diff options
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r-- | include/net/inet_connection_sock.h | 2 |
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 | ||
212 | extern void inet_csk_reqsk_queue_hash_add(struct sock *sk, | 212 | extern 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 | ||
216 | static inline void inet_csk_reqsk_queue_removed(struct sock *sk, | 216 | static inline void inet_csk_reqsk_queue_removed(struct sock *sk, |
217 | struct request_sock *req) | 217 | struct request_sock *req) |