Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c4f676a authored by David S. Miller's avatar David S. Miller
Browse files

net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.



A definition was only provided for asm-generic/socket.h
using platforms, define it for the others as well

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4ab68879
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -105,4 +105,6 @@

#define SO_COOKIE		57

#define SCM_TIMESTAMPING_PKTINFO	58

#endif /* _UAPI_ASM_SOCKET_H */
+2 −0
Original line number Diff line number Diff line
@@ -98,5 +98,7 @@

#define SO_COOKIE		57

#define SCM_TIMESTAMPING_PKTINFO	58

#endif /* _ASM_SOCKET_H */
+2 −0
Original line number Diff line number Diff line
@@ -107,4 +107,6 @@

#define SO_COOKIE		57

#define SCM_TIMESTAMPING_PKTINFO	58

#endif /* _ASM_IA64_SOCKET_H */
+2 −0
Original line number Diff line number Diff line
@@ -98,4 +98,6 @@

#define SO_COOKIE		57

#define SCM_TIMESTAMPING_PKTINFO	58

#endif /* _ASM_M32R_SOCKET_H */
+2 −0
Original line number Diff line number Diff line
@@ -116,4 +116,6 @@

#define SO_COOKIE		57

#define SCM_TIMESTAMPING_PKTINFO	58

#endif /* _UAPI_ASM_SOCKET_H */
Loading