projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4f676
)
net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.
author
David S. Miller
<davem@davemloft.net>
Mon, 22 May 2017 14:26:24 +0000
(10:26 -0400)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 May 2017 14:26:24 +0000
(10:26 -0400)
Needs to follow the existing sequence.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/parisc/include/uapi/asm/socket.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/uapi/asm/socket.h
b/arch/parisc/include/uapi/asm/socket.h
index
784b871
..
b893ca1
100644
(file)
--- 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 */