ChangeSet 1.823.3.15, 2002/11/14 10:29:32-08:00, [EMAIL PROTECTED]
[PATCH] kernel.h: changed #if DEBUG to #ifdef DEBUG to play nicer with compilers.
diff -Nru a/include/linux/kernel.h b/include/linux/kernel.h
--- a/include/linux/kernel.h Thu Nov 14 14:12:20 2002
+++ b/include/linux/kernel.h Thu Nov 14 14:12:20 2002
@@ -105,7 +105,7 @@
extern void dump_stack(void);
-#if DEBUG
+#ifdef DEBUG
#define pr_debug(fmt,arg...) \
printk(KERN_DEBUG fmt,##arg)
#else
-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing
your web site with SSL, click here to get a FREE TRIAL of a Thawte
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel