patch-2.1.43 linux/net/protocols.c

Next file: linux/net/rose/af_rose.c
Previous file: linux/net/netsyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.42/linux/net/protocols.c linux/net/protocols.c
@@ -47,6 +47,10 @@
 #endif
 #endif
 
+#if defined(CONFIG_DECNET)
+#include <net/decnet_call.h>
+#endif
+
 #if defined(CONFIG_ATALK) || defined(CONFIG_ATALK_MODULE)
 #define NEED_802
 #include <net/atalkcall.h>
@@ -107,9 +111,11 @@
   { "Rose",	rose_proto_init },			/* Amateur Radio X.25 PLP */
 #endif
 #endif  
-
+#ifdef CONFIG_DECNET
+  { "DECnet",   decnet_proto_init },                    /* DECnet */
+#endif
 #ifdef	CONFIG_INET
-  { "INET",	inet_proto_init	},			/* TCP/IP			*/
+  { "INET",	inet_proto_init	},			/* TCP/IP */
 #ifdef	CONFIG_IPV6
   { "INET6",	inet6_proto_init},			/* IPv6	*/
 #endif

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