diff -urN ref/net/netsyms.c dprintk/net/netsyms.c --- ref/net/netsyms.c Sat Apr 28 05:24:49 2001 +++ dprintk/net/netsyms.c Sun Apr 29 17:23:03 2001 @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef CONFIG_HIPPI #include #endif @@ -569,3 +570,6 @@ EXPORT_SYMBOL(softnet_data); #endif /* CONFIG_NET */ + +EXPORT_SYMBOL(tux_Dprintk); + diff -urN ref/net/socket.c dprintk/net/socket.c --- ref/net/socket.c Sat Apr 28 05:24:50 2001 +++ dprintk/net/socket.c Sun Apr 29 17:23:03 2001 @@ -85,6 +85,7 @@ #include #include #include +#include #include static int sock_no_open(struct inode *irrelevant, struct file *dontcare); @@ -1728,6 +1729,8 @@ netfilter_init(); #endif } + +int tux_Dprintk; int socket_get_info(char *buffer, char **start, off_t offset, int length) {