patch-2.1.43 linux/include/linux/socket.h
Next file: linux/include/linux/swap.h
Previous file: linux/include/linux/selection.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jun 12 16:22:10 1997
- Orig file:
v2.1.42/linux/include/linux/socket.h
- Orig date:
Thu May 15 16:48:05 1997
diff -u --recursive --new-file v2.1.42/linux/include/linux/socket.h linux/include/linux/socket.h
@@ -140,7 +140,7 @@
#define AF_X25 9 /* Reserved for X.25 project */
#define AF_INET6 10 /* IP version 6 */
#define AF_ROSE 11 /* Amateur Radio X.25 PLP */
-#define AF_DECNET 12 /* Reserved for DECnet project */
+#define AF_DECnet 12 /* Reserved for DECnet project */
#define AF_NETBEUI 13 /* Reserved for 802.2LLC project*/
#define AF_SECURITY 14 /* Security callback pseudo AF */
#define pseudo_AF_KEY 15 /* PF_KEY key management API */
@@ -160,7 +160,7 @@
#define PF_X25 AF_X25
#define PF_INET6 AF_INET6
#define PF_ROSE AF_ROSE
-#define PF_DECNET AF_DECNET
+#define PF_DECnet AF_DECnet
#define PF_NETBEUI AF_NETBEUI
#define PF_SECURITY AF_SECURITY
#define PF_KEY pseudo_AF_KEY
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov