aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipx
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipx')
-rw-r--r--net/ipx/af_ipx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c
index cac35a77f069..6c6c0a3a0ab5 100644
--- a/net/ipx/af_ipx.c
+++ b/net/ipx/af_ipx.c
@@ -1807,8 +1807,8 @@ static int ipx_recvmsg(struct kiocb *iocb, struct socket *sock,
1807 copied); 1807 copied);
1808 if (rc) 1808 if (rc)
1809 goto out_free; 1809 goto out_free;
1810 if (skb->tstamp.off_sec) 1810 if (skb->tstamp.tv64)
1811 skb_get_timestamp(skb, &sk->sk_stamp); 1811 sk->sk_stamp = skb->tstamp;
1812 1812
1813 msg->msg_namelen = sizeof(*sipx); 1813 msg->msg_namelen = sizeof(*sipx);
1814 1814