]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
[TCP]: Fix compile warning in tcp_probe.c
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 6 Jun 2006 00:59:20 +0000 (17:59 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:29:35 +0000 (21:29 -0700)
commit70df2311ee3fc607e7511873d7dade5bd17d593d
treeb47ade0173eef5c30fbe57cc9ceea204783b2def
parent738980ffa658c86bd494ebb242ce8e44aff16a9e
[TCP]: Fix compile warning in tcp_probe.c

The suseconds_t et al. are not necessarily any particular type on
every platform, so cast to unsigned long so that we can use one printf
format string and avoid warnings across the board

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_probe.c