diff -urN tux-ref/net/netsyms.c tux/net/netsyms.c --- tux-ref/net/netsyms.c Mon Feb 25 22:05:09 2002 +++ tux/net/netsyms.c Mon Mar 11 06:00:28 2002 @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef CONFIG_HIPPI #include #endif @@ -589,3 +590,7 @@ EXPORT_SYMBOL(softnet_data); #endif /* CONFIG_NET */ + +EXPORT_SYMBOL(tux_Dprintk); +EXPORT_SYMBOL(tux_TDprintk); + diff -urN tux-ref/net/socket.c tux/net/socket.c --- tux-ref/net/socket.c Mon Mar 11 05:56:45 2002 +++ tux/net/socket.c Mon Mar 11 06:00:28 2002 @@ -83,6 +83,7 @@ #include #include +#include #include static int sock_no_open(struct inode *irrelevant, struct file *dontcare); @@ -1737,6 +1738,9 @@ bluez_init(); #endif } + +int tux_Dprintk; +int tux_TDprintk = 1; int socket_get_info(char *buffer, char **start, off_t offset, int length) {