Skip to content

Commit

Permalink
[SPARC]: Fixup SO_PEERSEC value on 32-bit sparc.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Mar 21, 2006
1 parent dbeff12 commit c8b2a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-sparc/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#define SO_TIMESTAMP 0x001d
#define SCM_TIMESTAMP SO_TIMESTAMP

#define SO_PEERSEC 0x100e
#define SO_PEERSEC 0x001e

/* Security levels - as per NRL IPv6 - don't actually do anything */
#define SO_SECURITY_AUTHENTICATION 0x5001
Expand Down

0 comments on commit c8b2a6c

Please sign in to comment.