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

Next file: linux/net/sysctl_net.c
Previous file: linux/net/netlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.10/linux/net/netsyms.c linux/net/netsyms.c
@@ -31,6 +31,10 @@
 #include <linux/net_alias.h>
 #endif
 
+#ifdef CONFIG_NETLINK
+#include <net/netlink.h>
+#endif
+
 #ifdef CONFIG_NET_ALIAS
 #include <linux/net_alias.h>
 #endif
@@ -173,6 +177,12 @@
 	X(arp_query),
 #endif  /* CONFIG_INET */
 
+#ifdef CONFIG_NETLINK
+	X(netlink_attach),
+	X(netlink_detach),
+	X(netlink_post),
+#endif /* CONFIG_NETLINK */
+	
 #include <linux/symtab_end.h>
 };
 

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