tree 0d497d40143c3a4f02456c57820d946f8de31d09
parent a10cedd4b905236603c6c4fd77cf338ebbfb1a60
author David S. Miller <[EMAIL PROTECTED]> Mon, 15 Aug 2005 08:01:08 -0700
committer David S. Miller <[EMAIL PROTECTED]> Tue, 30 Aug 2005 06:00:24 -0700

[IPX]: Fix build error in ipx_recvmsg()

Missing semicolon introduced by skb->stamp changeset:
d3258b7d8ed96f97032639bc745179f1951b0da5

Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/ipx/af_ipx.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c
--- a/net/ipx/af_ipx.c
+++ b/net/ipx/af_ipx.c
@@ -1797,7 +1797,7 @@ static int ipx_recvmsg(struct kiocb *ioc
        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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to