aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-12-13 23:15:12 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-03 13:10:34 -0800
commitc2977c2213993bff51911f4117281b31c4612591 (patch)
tree3b6b4d73d33ee47a6e2669770591303097120347 /include
parent[IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hash (diff)
downloadlinux-dev-c2977c2213993bff51911f4117281b31c4612591.tar.xz
linux-dev-c2977c2213993bff51911f4117281b31c4612591.zip
[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/inet_connection_sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h
index edc68e858d51..ccc81a1c550c 100644
--- a/include/net/inet_connection_sock.h
+++ b/include/net/inet_connection_sock.h
@@ -211,7 +211,7 @@ static inline void inet_csk_reqsk_queue_add(struct sock *sk,
extern void inet_csk_reqsk_queue_hash_add(struct sock *sk,
struct request_sock *req,
- const unsigned timeout);
+ unsigned long timeout);
static inline void inet_csk_reqsk_queue_removed(struct sock *sk,
struct request_sock *req)