patch-2.4.6 linux/include/asm-mips/socket.h
Next file: linux/include/asm-mips/spinlock.h
Previous file: linux/include/asm-mips/sni.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Jul 2 13:56:40 2001
- Orig file:
v2.4.5/linux/include/asm-mips/socket.h
- Orig date:
Sat Feb 3 11:26:44 2001
diff -u --recursive --new-file v2.4.5/linux/include/asm-mips/socket.h linux/include/asm-mips/socket.h
@@ -33,7 +33,7 @@
#define SO_RCVLOWAT 0x1004 /* receive low-water mark */
#define SO_SNDTIMEO 0x1005 /* send timeout */
#define SO_RCVTIMEO 0x1006 /* receive timeout */
-#define SO_ACCEPTCONN 0x1007
+#define SO_ACCEPTCONN 0x1009
/* linux-specific, might as well be the same as on i386 */
#define SO_NO_CHECK 11
@@ -71,6 +71,7 @@
/* level. For writing rarp and */
/* other similar things on the */
/* user level. */
+#define SOCK_MAX (SOCK_PACKET+1)
#endif
#endif /* _ASM_SOCKET_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)