diff options
author | David S. Miller | 2017-05-22 10:26:24 -0400 |
---|---|---|
committer | David S. Miller | 2017-05-22 10:26:24 -0400 |
commit | f5a64d64b5f5f42999f029f6c04f6dda19339566 (patch) | |
tree | 4e1c925d42d7bc240961be4d258f71474d710581 /arch | |
parent | 1c4f676a68a502e7bef7d0e49952b042d00aa496 (diff) |
net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.
Needs to follow the existing sequence.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/include/uapi/asm/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/socket.h b/arch/parisc/include/uapi/asm/socket.h index 784b871592f2..b893ca14fade 100644 --- 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 */ |