patch-2.1.102 linux/include/linux/socket.h

Next file: linux/include/net/ip.h
Previous file: linux/include/linux/skbuff.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.101/linux/include/linux/socket.h linux/include/linux/socket.h
@@ -156,6 +156,7 @@
 #define AF_ASH		18	/* Ash				*/
 #define AF_ECONET	19	/* Acorn Econet			*/
 #define AF_ATMSVC	20	/* ATM SVCs			*/
+#define AF_SNA		22	/* Linux SNA Project (nutters!) */
 #define AF_MAX		32	/* For now.. */
 
 /* Protocol families, same as address families. */
@@ -181,6 +182,7 @@
 #define PF_PACKET	AF_PACKET
 #define PF_ASH		AF_ASH
 #define PF_ATMSVC	AF_ATMSVC
+#define PF_SNA		AF_SNA
 
 #define PF_MAX		AF_MAX
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov