From: Arnaldo Carvalho de Melo Date: Sun, 10 Dec 2006 17:39:29 +0000 (-0200) Subject: [DCCP] ccid3: Fixup some type conversions related to rtts X-Git-Tag: v2.6.20-rc1~146^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fba78b6cba14bd37fdb12c5367f1e4d58ff2e0f;p=pandora-kernel.git [DCCP] ccid3: Fixup some type conversions related to rtts Spotted by David Miller when compiling on sparc64, I reproduced it here on parisc64, that are the only platforms to define __kernel_suseconds_t as an 'int', all the others, x86_64 and x86 included typedef it as a 'long', but from the definition of suseconds_t it should just be an 'int' on platforms where it is >= 32bits, it would not require all the castings from suseconds_t to (int) when printking variables of this type, that are not needed on parisc64 and sparc64. Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed