aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/timer.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2006-12-10 15:39:29 -0200
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-11 14:34:59 -0800
commit1fba78b6cba14bd37fdb12c5367f1e4d58ff2e0f (patch)
treedc606497372ac469f698fa2a31d956a67a62d739 /net/dccp/timer.c
parent[DCCP] ccid3: BUG-FIX - conversion errors (diff)
downloadlinux-dev-1fba78b6cba14bd37fdb12c5367f1e4d58ff2e0f.tar.xz
linux-dev-1fba78b6cba14bd37fdb12c5367f1e4d58ff2e0f.zip
[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 <acme@mandriva.com>
Diffstat (limited to 'net/dccp/timer.c')
0 files changed, 0 insertions, 0 deletions