Skip to content

Commit

Permalink
socket: fix for Add SO_TIMESTAMP[NS]_NEW
Browse files Browse the repository at this point in the history
Fixes: 887feae ("socket: Add SO_TIMESTAMP[NS]_NEW")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Feb 4, 2019
1 parent ce3fdb6 commit cc73357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/include/uapi/asm/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
#define SO_TIMESTAMPNS_OLD 0x0021
#define SO_TIMESTAMPING_OLD 0x0023

#define SO_TIMESTAMP_NEW 0x0041
#define SO_TIMESTAMP_NEW 0x0046
#define SO_TIMESTAMPNS_NEW 0x0042
#define SO_TIMESTAMPING_NEW 0x0043

Expand Down

0 comments on commit cc73357

Please sign in to comment.