aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@mandriva.com>2005-12-14 02:15:12 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-03 16:10:34 -0500
commitc2977c2213993bff51911f4117281b31c4612591 (patch)
tree3b6b4d73d33ee47a6e2669770591303097120347 /include
parent90b19d31695371bd3ed256d4c9e280861cd6ae7e (diff)
[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,
211 211
212extern void inet_csk_reqsk_queue_hash_add(struct sock *sk, 212extern void inet_csk_reqsk_queue_hash_add(struct sock *sk,
213 struct request_sock *req, 213 struct request_sock *req,
214 const unsigned timeout); 214 unsigned long timeout);
215 215
216static inline void inet_csk_reqsk_queue_removed(struct sock *sk, 216static inline void inet_csk_reqsk_queue_removed(struct sock *sk,
217 struct request_sock *req) 217 struct request_sock *req)