Commit c8b2a6c50cacc98c924233a9e474c74c0370b6b8

Authored by David S. Miller
1 parent dbeff12b4d

[SPARC]: Fixup SO_PEERSEC value on 32-bit sparc.

Sparc64 and Sparc32 have to have identical socket call
numbering in order to handle compat layer stuff properly.

Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/asm-sparc/socket.h
... ... @@ -47,7 +47,7 @@
47 47 #define SO_TIMESTAMP 0x001d
48 48 #define SCM_TIMESTAMP SO_TIMESTAMP
49 49  
50   -#define SO_PEERSEC 0x100e
  50 +#define SO_PEERSEC 0x001e
51 51  
52 52 /* Security levels - as per NRL IPv6 - don't actually do anything */
53 53 #define SO_SECURITY_AUTHENTICATION 0x5001