kernel_optimize_test/net/dccp
Gerrit Renker 1761f7d7fe [CCID3]: Remove build warnings for 64bit
This clears the following sparc64 build warnings:
 1) warning: format "%ld" expects type "long int", but argument 3 has type "suseconds_t"
 2) warning: format "%llu" expects type "long long unsigned int", but argument 3 has type "__u64"
Fixed by using typecast to unsigned. This is argued to be safe, since the quantities, after
de-scaling (factor 2^6) fit all in u32.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:26:57 -07:00
..
ccids [CCID3]: Remove build warnings for 64bit 2007-04-25 22:26:57 -07:00
ackvec.c [DCCP]: 48-bit sequence number arithmetic 2007-04-25 22:26:42 -07:00
ackvec.h
ccid.c
ccid.h
dccp.h [DCCP]: Always use debug-toggle parameters 2007-04-25 22:26:53 -07:00
diag.c
feat.c
feat.h
input.c [DCCP]: Remove ambiguity in the way before48 is used 2007-04-25 22:26:46 -07:00
ipv4.c [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 2007-04-25 22:25:23 -07:00
ipv6.c [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h 2007-04-25 22:25:14 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c
options.c [TCP/DCCP/RANDOM]: Remove unused exports. 2007-04-25 22:24:03 -07:00
output.c [DCCP]: More debug information for dccp_wait_for_ccid 2007-04-25 22:26:54 -07:00
probe.c [CCID3]: More to see in dccp_probe 2007-04-25 22:26:56 -07:00
proto.c
sysctl.c
timer.c