diff -urN linux-2.4.33-wt3/include/asm-alpha/socket.h linux-2.4.33-wt3.reuseport/include/asm-alpha/socket.h --- linux-2.4.33-wt3/include/asm-alpha/socket.h Sun Jan 26 10:12:47 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-alpha/socket.h Mon Nov 13 00:12:13 2006 @@ -19,7 +19,7 @@ #define SO_BROADCAST 0x0020 #define SO_LINGER 0x0080 #define SO_OOBINLINE 0x0100 -/* To add :#define SO_REUSEPORT 0x0200 */ +#define SO_REUSEPORT 0x0200 #define SO_TYPE 0x1008 #define SO_ERROR 0x1007 diff -urN linux-2.4.33-wt3/include/asm-arm/socket.h linux-2.4.33-wt3.reuseport/include/asm-arm/socket.h --- linux-2.4.33-wt3/include/asm-arm/socket.h Sun Jan 26 10:12:47 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-arm/socket.h Mon Nov 13 00:14:21 2006 @@ -20,7 +20,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-cris/socket.h linux-2.4.33-wt3.reuseport/include/asm-cris/socket.h --- linux-2.4.33-wt3/include/asm-cris/socket.h Sat Dec 1 18:27:14 2001 +++ linux-2.4.33-wt3.reuseport/include/asm-cris/socket.h Mon Nov 13 00:13:14 2006 @@ -22,7 +22,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-i386/socket.h linux-2.4.33-wt3.reuseport/include/asm-i386/socket.h --- linux-2.4.33-wt3/include/asm-i386/socket.h Sun Jan 26 10:12:47 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-i386/socket.h Mon Nov 13 00:13:25 2006 @@ -20,7 +20,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-ia64/socket.h linux-2.4.33-wt3.reuseport/include/asm-ia64/socket.h --- linux-2.4.33-wt3/include/asm-ia64/socket.h Sat Mar 20 10:08:20 2004 +++ linux-2.4.33-wt3.reuseport/include/asm-ia64/socket.h Mon Nov 13 00:13:39 2006 @@ -29,7 +29,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-m68k/socket.h linux-2.4.33-wt3.reuseport/include/asm-m68k/socket.h --- linux-2.4.33-wt3/include/asm-m68k/socket.h Sun Jan 26 10:12:47 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-m68k/socket.h Mon Nov 13 00:14:09 2006 @@ -20,7 +20,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-mips/socket.h linux-2.4.33-wt3.reuseport/include/asm-mips/socket.h --- linux-2.4.33-wt3/include/asm-mips/socket.h Sun Jan 26 10:12:48 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-mips/socket.h Mon Nov 13 00:13:56 2006 @@ -20,9 +20,7 @@ #define SO_LINGER 0x0080 /* Block on close of a reliable socket to transmit pending data. */ #define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */ -#if 0 -To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ -#endif +#define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ #define SO_STYLE SO_TYPE /* Synonym */ diff -urN linux-2.4.33-wt3/include/asm-mips64/socket.h linux-2.4.33-wt3.reuseport/include/asm-mips64/socket.h --- linux-2.4.33-wt3/include/asm-mips64/socket.h Sun Jan 26 10:12:48 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-mips64/socket.h Mon Nov 13 00:10:16 2006 @@ -28,9 +28,7 @@ #define SO_LINGER 0x0080 /* Block on close of a reliable socket to transmit pending data. */ #define SO_OOBINLINE 0x0100 /* Receive out-of-band data in-band. */ -#if 0 -To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ -#endif +#define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ #define SO_STYLE SO_TYPE /* Synonym */ diff -urN linux-2.4.33-wt3/include/asm-parisc/socket.h linux-2.4.33-wt3.reuseport/include/asm-parisc/socket.h --- linux-2.4.33-wt3/include/asm-parisc/socket.h Sun Jan 26 10:12:48 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-parisc/socket.h Mon Nov 13 00:10:45 2006 @@ -13,7 +13,7 @@ #define SO_BROADCAST 0x0020 #define SO_LINGER 0x0080 #define SO_OOBINLINE 0x0100 -/* To add :#define SO_REUSEPORT 0x0200 */ +#define SO_REUSEPORT 0x0200 #define SO_SNDBUF 0x1001 #define SO_RCVBUF 0x1002 #define SO_SNDLOWAT 0x1003 diff -urN linux-2.4.33-wt3/include/asm-ppc/socket.h linux-2.4.33-wt3.reuseport/include/asm-ppc/socket.h --- linux-2.4.33-wt3/include/asm-ppc/socket.h Mon Apr 21 22:41:11 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-ppc/socket.h Mon Nov 13 00:14:58 2006 @@ -26,7 +26,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_RCVLOWAT 16 #define SO_SNDLOWAT 17 #define SO_RCVTIMEO 18 diff -urN linux-2.4.33-wt3/include/asm-ppc64/socket.h linux-2.4.33-wt3.reuseport/include/asm-ppc64/socket.h --- linux-2.4.33-wt3/include/asm-ppc64/socket.h Sun Aug 4 12:05:12 2002 +++ linux-2.4.33-wt3.reuseport/include/asm-ppc64/socket.h Mon Nov 13 00:12:28 2006 @@ -27,7 +27,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_RCVLOWAT 16 #define SO_SNDLOWAT 17 #define SO_RCVTIMEO 18 diff -urN linux-2.4.33-wt3/include/asm-s390/socket.h linux-2.4.33-wt3.reuseport/include/asm-s390/socket.h --- linux-2.4.33-wt3/include/asm-s390/socket.h Sun Jan 26 10:12:48 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-s390/socket.h Mon Nov 13 00:12:40 2006 @@ -28,7 +28,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-s390x/socket.h linux-2.4.33-wt3.reuseport/include/asm-s390x/socket.h --- linux-2.4.33-wt3/include/asm-s390x/socket.h Sat Dec 1 18:27:14 2001 +++ linux-2.4.33-wt3.reuseport/include/asm-s390x/socket.h Mon Nov 13 00:12:58 2006 @@ -28,7 +28,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-sh/socket.h linux-2.4.33-wt3.reuseport/include/asm-sh/socket.h --- linux-2.4.33-wt3/include/asm-sh/socket.h Sun Jan 26 10:12:48 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-sh/socket.h Mon Nov 13 00:09:37 2006 @@ -20,7 +20,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-sh64/socket.h linux-2.4.33-wt3.reuseport/include/asm-sh64/socket.h --- linux-2.4.33-wt3/include/asm-sh64/socket.h Sat Sep 13 07:57:32 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-sh64/socket.h Mon Nov 13 00:14:43 2006 @@ -20,7 +20,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18 diff -urN linux-2.4.33-wt3/include/asm-sparc/socket.h linux-2.4.33-wt3.reuseport/include/asm-sparc/socket.h --- linux-2.4.33-wt3/include/asm-sparc/socket.h Sun Jan 26 10:12:49 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-sparc/socket.h Mon Nov 13 00:10:59 2006 @@ -16,7 +16,7 @@ #define SO_PEERCRED 0x0040 #define SO_LINGER 0x0080 #define SO_OOBINLINE 0x0100 -/* To add :#define SO_REUSEPORT 0x0200 */ +#define SO_REUSEPORT 0x0200 #define SO_BSDCOMPAT 0x0400 #define SO_RCVLOWAT 0x0800 #define SO_SNDLOWAT 0x1000 diff -urN linux-2.4.33-wt3/include/asm-sparc64/socket.h linux-2.4.33-wt3.reuseport/include/asm-sparc64/socket.h --- linux-2.4.33-wt3/include/asm-sparc64/socket.h Sun Jan 26 10:12:49 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-sparc64/socket.h Mon Nov 13 00:15:12 2006 @@ -16,7 +16,7 @@ #define SO_PEERCRED 0x0040 #define SO_LINGER 0x0080 #define SO_OOBINLINE 0x0100 -/* To add :#define SO_REUSEPORT 0x0200 */ +#define SO_REUSEPORT 0x0200 #define SO_BSDCOMPAT 0x0400 #define SO_RCVLOWAT 0x0800 #define SO_SNDLOWAT 0x1000 diff -urN linux-2.4.33-wt3/include/asm-x86_64/socket.h linux-2.4.33-wt3.reuseport/include/asm-x86_64/socket.h --- linux-2.4.33-wt3/include/asm-x86_64/socket.h Sun Jan 26 10:12:49 2003 +++ linux-2.4.33-wt3.reuseport/include/asm-x86_64/socket.h Mon Nov 13 00:11:52 2006 @@ -20,7 +20,7 @@ #define SO_PRIORITY 12 #define SO_LINGER 13 #define SO_BSDCOMPAT 14 -/* To add :#define SO_REUSEPORT 15 */ +#define SO_REUSEPORT 15 #define SO_PASSCRED 16 #define SO_PEERCRED 17 #define SO_RCVLOWAT 18