commit | 7de76272b54e3677bcd247d1e1809015236a298d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Aug 14 18:01:08 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 16:00:24 2005 -0700 |
tree | 0d497d40143c3a4f02456c57820d946f8de31d09 | |
parent | a10cedd4b905236603c6c4fd77cf338ebbfb1a60 [diff] [blame] |
[IPX]: Fix build error in ipx_recvmsg() Missing semicolon introduced by skb->stamp changeset: d3258b7d8ed96f97032639bc745179f1951b0da5 Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c index c54f8ac..180e383 100644 --- a/net/ipx/af_ipx.c +++ b/net/ipx/af_ipx.c
@@ -1797,7 +1797,7 @@ if (rc) goto out_free; if (skb->tstamp.off_sec) - skb_get_timestamp(skb, &sk->sk_stamp) + skb_get_timestamp(skb, &sk->sk_stamp); msg->msg_namelen = sizeof(*sipx);