diff -urN 2.4.10pre14/net/netsyms.c tux-dprintk/net/netsyms.c --- 2.4.10pre14/net/netsyms.c Sat Sep 22 08:06:26 2001 +++ tux-dprintk/net/netsyms.c Sat Sep 22 11:07:38 2001 @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef CONFIG_HIPPI #include #endif @@ -574,3 +575,7 @@ EXPORT_SYMBOL(softnet_data); #endif /* CONFIG_NET */ + +EXPORT_SYMBOL(tux_Dprintk); +EXPORT_SYMBOL(tux_TDprintk); + diff -urN 2.4.10pre14/net/socket.c tux-dprintk/net/socket.c --- 2.4.10pre14/net/socket.c Sat Sep 22 08:06:26 2001 +++ tux-dprintk/net/socket.c Sat Sep 22 11:08:27 2001 @@ -85,6 +85,7 @@ #include #include #include +#include #include static int sock_no_open(struct inode *irrelevant, struct file *dontcare); @@ -1738,6 +1739,9 @@ bluez_init(); #endif } + +int tux_Dprintk; +int tux_TDprintk = 1; int socket_get_info(char *buffer, char **start, off_t offset, int length) {