Blob Blame History Raw
From: "David S. Miller" <davem@davemloft.net>
Date: Mon, 22 May 2017 10:26:24 -0400
Subject: net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.
Patch-mainline: v4.13-rc1
Git-commit: f5a64d64b5f5f42999f029f6c04f6dda19339566
References: bsc#1056664 FATE#322185

Needs to follow the existing sequence.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Benjamin Poirier <bpoirier@suse.com>
---
 arch/parisc/include/uapi/asm/socket.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/parisc/include/uapi/asm/socket.h
+++ b/arch/parisc/include/uapi/asm/socket.h
@@ -97,6 +97,6 @@
 
 #define SO_COOKIE		0x4032
 
-#define SCM_TIMESTAMPING_PKTINFO	58
+#define SCM_TIMESTAMPING_PKTINFO	0x4033
 
 #endif /* _UAPI_ASM_SOCKET_H */