diff options
Diffstat (limited to 'net/ipv4/inet_hashtables.c')
-rw-r--r-- | net/ipv4/inet_hashtables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c index 89120196a949..56742e995dd3 100644 --- a/net/ipv4/inet_hashtables.c +++ b/net/ipv4/inet_hashtables.c | |||
@@ -126,7 +126,7 @@ void inet_put_port(struct sock *sk) | |||
126 | } | 126 | } |
127 | EXPORT_SYMBOL(inet_put_port); | 127 | EXPORT_SYMBOL(inet_put_port); |
128 | 128 | ||
129 | int __inet_inherit_port(struct sock *sk, struct sock *child) | 129 | int __inet_inherit_port(const struct sock *sk, struct sock *child) |
130 | { | 130 | { |
131 | struct inet_hashinfo *table = sk->sk_prot->h.hashinfo; | 131 | struct inet_hashinfo *table = sk->sk_prot->h.hashinfo; |
132 | unsigned short port = inet_sk(child)->inet_num; | 132 | unsigned short port = inet_sk(child)->inet_num; |