summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-22 16:08:15 +0000
committerbde <bde@FreeBSD.org>1995-12-22 16:08:15 +0000
commit09649d7d2bb30e55627aa8c54e933c77db1d90de (patch)
tree4c1bfd62026cd4c07df9cec66ebb978a60540521 /sys/gnu
parentf27e9d3a9dc7c06eccd7c6b2ad6627fe6b1c8964 (diff)
downloadFreeBSD-src-09649d7d2bb30e55627aa8c54e933c77db1d90de.zip
FreeBSD-src-09649d7d2bb30e55627aa8c54e933c77db1d90de.tar.gz
Changed the definition of DEBUG to agree with -DDEBUG to avoid warnings
when DEBUG is an option.
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/isa/dgreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/i386/isa/dgreg.h b/sys/gnu/i386/isa/dgreg.h
index 8bf90f0..93f327d 100644
--- a/sys/gnu/i386/isa/dgreg.h
+++ b/sys/gnu/i386/isa/dgreg.h
@@ -1,5 +1,5 @@
/*-
- * dgreg.h $Id: dgreg.h,v 1.1 1995/09/03 19:52:55 jkh Exp $
+ * dgreg.h $Id: dgreg.h,v 1.2 1995/10/04 21:51:26 jkh Exp $
*
* Digiboard driver.
*
@@ -16,7 +16,7 @@
* babkin@hq.icb.chel.su
*/
-#define DEBUG
+#define DEBUG 1
#define MAX_DGB_PORTS 32
OpenPOWER on IntegriCloud