summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1998-11-07 14:35:41 +0000
committernsouch <nsouch@FreeBSD.org>1998-11-07 14:35:41 +0000
commit1f26d230b86a403b074805554a07d5979ebaa9f7 (patch)
tree73198561fe748c7d8b915adc7c8ef77bde51780b /sys
parentf930dd0b2239cea0308ca4b76399df585a718fd4 (diff)
downloadFreeBSD-src-1f26d230b86a403b074805554a07d5979ebaa9f7.zip
FreeBSD-src-1f26d230b86a403b074805554a07d5979ebaa9f7.tar.gz
Define DEBUG only if not already defined, avoiding confusions with
opt_global.h
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ppbus/if_plip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c
index 771acd5..bde20a4 100644
--- a/sys/dev/ppbus/if_plip.c
+++ b/sys/dev/ppbus/if_plip.c
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*
* From Id: lpt.c,v 1.55.2.1 1996/11/12 09:08:38 phk Exp
- * $Id: if_plip.c,v 1.4 1998/10/07 14:42:24 des Exp $
+ * $Id: if_plip.c,v 1.5 1998/10/24 18:55:53 msmith Exp $
*/
/*
@@ -129,7 +129,9 @@
#define LPIPTBLSIZE 256 /* Size of octet translation table */
+#ifndef DEBUG
#define DEBUG
+#endif
#ifndef DEBUG
#define lprintf (void)
OpenPOWER on IntegriCloud