aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2002-11-18 04:43:58 -0600
committerPatrick Mochel <mochel@osdl.org>2002-11-18 04:43:58 -0600
commitcfdcdb64484b1ba012d98e32184e9b1c4639e730 (patch)
treec6cb2a2bf00f039f4c56fb050397f4f14efae240 /lib
parent175ceea9af88cc3a051e97cddeb77e8df792bb91 (diff)
downloadhistory-cfdcdb64484b1ba012d98e32184e9b1c4639e730.tar.gz
make sure DEBUG is #undef'd so it's really turned off
...since macro using it was changed from #if to #ifdef..
Diffstat (limited to 'lib')
-rw-r--r--lib/kobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kobject.c b/lib/kobject.c
index f0312a2681925f..bc202edb4e3b51 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -2,7 +2,7 @@
* kobject.c - library routines for handling generic kernel objects
*/
-#define DEBUG 0
+#undef DEBUG
#include <linux/kobject.h>
#include <linux/string.h>