diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 1c1009d783f5..a23ba7daecbf 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -818,7 +818,7 @@ static void tcp_v4_reqsk_send_ack(struct sock *sk, struct sk_buff *skb, | |||
818 | * This still operates on a request_sock only, not on a big | 818 | * This still operates on a request_sock only, not on a big |
819 | * socket. | 819 | * socket. |
820 | */ | 820 | */ |
821 | static int tcp_v4_send_synack(struct sock *sk, struct dst_entry *dst, | 821 | static int tcp_v4_send_synack(const struct sock *sk, struct dst_entry *dst, |
822 | struct flowi *fl, | 822 | struct flowi *fl, |
823 | struct request_sock *req, | 823 | struct request_sock *req, |
824 | u16 queue_mapping, | 824 | u16 queue_mapping, |