patch-2.1.20 linux/net/protocols.c

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

diff -u --recursive --new-file v2.1.19/linux/net/protocols.c linux/net/protocols.c
@@ -33,6 +33,10 @@
 #include <net/x25call.h>
 #endif
 
+#ifdef CONFIG_LAPB
+#include <net/lapbcall.h>
+#endif
+
 #ifdef CONFIG_AX25
 #include <net/ax25call.h>
 #ifdef CONFIG_NETROM
@@ -117,6 +121,10 @@
 
 #ifdef CONFIG_ATALK
   { "DDP",	atalk_proto_init },			/* Netatalk Appletalk driver	*/
+#endif
+
+#ifdef CONFIG_LAPB
+  { "LAPB",     lapb_proto_init },			/* LAPB protocols */
 #endif
 
 #ifdef CONFIG_X25

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