summaryrefslogtreecommitdiff
blob: dc05bb6d9b6b7db51e5b9bb7db720b200e321087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 <net/checksum.h>
 #include <linux/etherdevice.h>
 #include <net/route.h>
+#include <net/tux.h>
 #ifdef CONFIG_HIPPI
 #include <linux/hippidevice.h>
 #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 <net/tcp.h>
 #include <net/udp.h>
 #include <net/scm.h>
+#include <net/tux.h>
 #include <linux/netfilter.h>
 
 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)
 {