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

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

net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.



Needs to follow the existing sequence.

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


#define SO_COOKIE		0x4032
#define SO_COOKIE		0x4032


#define SCM_TIMESTAMPING_PKTINFO	58
#define SCM_TIMESTAMPING_PKTINFO	0x4033


#endif /* _UAPI_ASM_SOCKET_H */
#endif /* _UAPI_ASM_SOCKET_H */