Commit cc733578 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller

socket: fix for Add SO_TIMESTAMP[NS]_NEW

Fixes: 887feae3 ("socket: Add SO_TIMESTAMP[NS]_NEW")
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ce3fdb69
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment