patch-pre2.0.4 linux/net/netsyms.c

Next file: linux/net/unix/af_unix.c
Previous file: linux/net/ipv4/af_inet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.3/linux/net/netsyms.c linux/net/netsyms.c
@@ -51,6 +51,9 @@
 extern void destroy_8023_client(struct datalink_proto *);
 #endif
 
+#ifdef CONFIG_DLCI_MODULE
+extern int (*dlci_ioctl_hook)(unsigned int, void *);
+#endif
 
 static struct symbol_table net_syms = {
 #include <linux/symtab_begin.h>
@@ -85,6 +88,11 @@
 	X(inet_add_protocol),
 	X(inet_del_protocol),
 	X(rarp_ioctl_hook),
+
+#ifdef CONFIG_DLCI_MODULE
+        X(dlci_ioctl_hook),
+#endif
+
 	X(init_etherdev),
 	X(ip_rt_route),
 	X(icmp_send),

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this