Skip to content

Commit

Permalink
net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.
Browse files Browse the repository at this point in the history
Needs to follow the existing sequence.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 22, 2017
1 parent 1c4f676 commit f5a64d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/include/uapi/asm/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@

#define SO_COOKIE 0x4032

#define SCM_TIMESTAMPING_PKTINFO 58
#define SCM_TIMESTAMPING_PKTINFO 0x4033

#endif /* _UAPI_ASM_SOCKET_H */

0 comments on commit f5a64d6

Please sign in to comment.