patch-2.3.21 linux/drivers/video/modedb.c
Next file: linux/drivers/video/platinumfb.c
Previous file: linux/drivers/video/imsttfb.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Oct 11 10:26:52 1999
- Orig file:
v2.3.20/linux/drivers/video/modedb.c
- Orig date:
Thu Aug 26 13:05:40 1999
diff -u --recursive --new-file v2.3.20/linux/drivers/video/modedb.c linux/drivers/video/modedb.c
@@ -14,7 +14,7 @@
#include <linux/sched.h>
-#define DEBUG
+#undef DEBUG
#define name_matches(v, s, l) \
((v).name && !strncmp((s), (v).name, (l)) && strlen((v).name) == (l))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)