diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index e29aec59cad1..3ce41b04c0f0 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -1861,7 +1861,7 @@ static void tcp_update_recv_tstamps(struct sk_buff *skb, | |||
1861 | static void tcp_recv_timestamp(struct msghdr *msg, const struct sock *sk, | 1861 | static void tcp_recv_timestamp(struct msghdr *msg, const struct sock *sk, |
1862 | struct scm_timestamping *tss) | 1862 | struct scm_timestamping *tss) |
1863 | { | 1863 | { |
1864 | struct timeval tv; | 1864 | struct __kernel_old_timeval tv; |
1865 | bool has_timestamping = false; | 1865 | bool has_timestamping = false; |
1866 | 1866 | ||
1867 | if (tss->ts[0].tv_sec || tss->ts[0].tv_nsec) { | 1867 | if (tss->ts[0].tv_sec || tss->ts[0].tv_nsec) { |