[LV] [PATCH 2.6.18] socket.h: Add the PASSSEC socket option
This is a change to add SO_PASSSEC. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> --- Please apply. Maciej patch-mips-2.6.18-20060920-vax-socket-0 diff -up --recursive --new-file linux-mips-2.6.18-20060920.macro/include/asm-vax/socket.h linux-mips-2.6.18-20060920/include/asm-vax/socket.h --- linux-mips-2.6.18-20060920.macro/include/asm-vax/socket.h 2007-01-11 00:00:00.000000000 +0000 +++ linux-mips-2.6.18-20060920/include/asm-vax/socket.h 2007-01-28 05:46:11.000000000 +0000 @@ -54,5 +54,6 @@ #define SO_ACCEPTCONN 30 #define SO_PEERSEC 31 +#define SO_PASSSEC 34 #endif /* _ASM_SOCKET_H */ _______________________________________________ Linux-Vax mailing list Linux-Vax@pergamentum.com http://www.pergamentum.com/mailman/listinfo/linux-vax
Teilnehmer (1)
-
Maciej W. Rozycki