summaryrefslogtreecommitdiff
path: root/linux-2.4.1-netdebug.patch
blob: a820f5b5fcdffe5b78bddd16c1fc1af39f8e6542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- linux/include/net/sock.h.~1~	Thu Feb 22 21:12:12 2001
+++ linux/include/net/sock.h	Sun Feb 25 21:26:16 2001
@@ -1279,7 +1279,7 @@
  *	Enable debug/info messages 
  */
 
-#if 0
+#if 1
 #define NETDEBUG(x)	do { } while (0)
 #else
 #define NETDEBUG(x)	do { x; } while (0)