aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/uapi
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2019-02-04 15:24:11 +1100
committerDavid S. Miller <davem@davemloft.net>2019-02-03 20:36:11 -0800
commitcc7335786f7278d66bdcf96d3d411edfcb01be51 (patch)
tree5848d3bc475c131b1503cfe4f0369cde86aa293e /arch/sparc/include/uapi
parentnetdevice.h: Add __cold to netdev_<level> logging functions (diff)
downloadlinux-dev-cc7335786f7278d66bdcf96d3d411edfcb01be51.tar.xz
linux-dev-cc7335786f7278d66bdcf96d3d411edfcb01be51.zip
socket: fix for Add SO_TIMESTAMP[NS]_NEW
Fixes: 887feae36aee ("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>
Diffstat (limited to 'arch/sparc/include/uapi')
-rw-r--r--arch/sparc/include/uapi/asm/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/socket.h b/arch/sparc/include/uapi/asm/socket.h
index 8c9f74a66b55..88fe4f978aca 100644
--- a/arch/sparc/include/uapi/asm/socket.h
+++ b/arch/sparc/include/uapi/asm/socket.h
@@ -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