Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193974
b: refs/heads/master
c: 842509b
h: refs/heads/master
v: v3
  • Loading branch information
Hagen Paul Pfeifer authored and David S. Miller committed Apr 7, 2010
1 parent 8ad5231 commit 3768261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6537d6742985da1fbf12ae26cde6a096fd35b5c
refs/heads/master: 842509b8591fd9a40f5532a5f049bd29804af6d6
5 changes: 2 additions & 3 deletions trunk/net/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,10 +619,9 @@ void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk,
put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMP,
sizeof(tv), &tv);
} else {
struct timespec ts;
skb_get_timestampns(skb, &ts);
skb_get_timestampns(skb, &ts[0]);
put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMPNS,
sizeof(ts), &ts);
sizeof(ts[0]), &ts[0]);
}
}

Expand Down

0 comments on commit 3768261

Please sign in to comment.