patch-1.3.26 linux/kernel/ksyms.c

Next file: linux/kernel/sched.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.25/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -33,8 +33,12 @@
 #include <linux/string.h>
 #include <linux/delay.h>
 #include <linux/config.h>
+#include <linux/sem.h>
+#include <linux/minix_fs.h>
+#include <linux/ext2_fs.h>
 
 #ifdef CONFIG_NET
+#include <linux/in.h>
 #include <linux/net.h>
 #include <linux/netdevice.h>
 #ifdef CONFIG_INET
@@ -42,6 +46,8 @@
 #include <linux/etherdevice.h>
 #include <net/protocol.h>
 #include <net/arp.h>
+#include <net/ip.h>
+#include <net/udp.h>
 #include <net/tcp.h>
 #include <net/route.h>
 #if defined(CONFIG_PPP) || defined(CONFIG_SLIP)
@@ -96,7 +102,6 @@
 extern void free_dma(unsigned int dmanr);
 extern int (*rarp_ioctl_hook)(int,void*);
 
-extern int close_fp(struct file *filp);
 extern void (* iABI_hook)(struct pt_regs * regs);
 
 struct symbol_table symbol_table = {
@@ -315,6 +320,9 @@
 	X(init_etherdev),
 	X(ip_rt_route),
 	X(arp_send),
+#ifdef CONFIG_IP_FORWARD
+	X(ip_forward),
+#endif
 #if defined(CONFIG_PPP) || defined(CONFIG_SLIP)
     	/* VJ header compression */
 	X(slhc_init),
@@ -459,6 +467,8 @@
 #ifdef CONFIG_PROC_FS
 	X(proc_register),
 	X(proc_unregister),
+	X(in_group_p),
+	X(generate_cluster),
 #endif
 	/********************************************************
 	 * Do not add anything below this line,

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