patch-2.1.12 linux/net/netsyms.c

Next file: linux/net/protocols.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.11/linux/net/netsyms.c linux/net/netsyms.c
@@ -60,9 +60,15 @@
 extern void destroy_8023_client(struct datalink_proto *);
 #endif
 
+extern char *skb_push_errstr;
+extern char *skb_put_errstr;
 
 static struct symbol_table net_syms = {
 #include <linux/symtab_begin.h>
+
+	/* Skbuff symbols. */
+	X(skb_push_errstr),
+	X(skb_put_errstr),
 
 	/* Socket layer registration */
 	X(sock_register),

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