summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-15 17:00:25 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-15 17:00:25 +0000
commit9e59f436fa3700ba5c78c79d5eb5cd603fbf058d (patch)
tree03741150ff8d6aaeb93fb0880ee47685e80f5393 /sys/dev/ic
parentc6b64592bddea2746f4f282d4dc8433580029c3e (diff)
forgot to turn off debugging
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/twe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/twe.c b/sys/dev/ic/twe.c
index 5d8082889fa..0165109d21c 100644
--- a/sys/dev/ic/twe.c
+++ b/sys/dev/ic/twe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: twe.c,v 1.1 2000/09/15 16:56:13 mickey Exp $ */
+/* $OpenBSD: twe.c,v 1.2 2000/09/15 17:00:24 mickey Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff. All rights reserved.
@@ -33,7 +33,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define TWE_DEBUG
+#undef TWE_DEBUG
#include <sys/param.h>
#include <sys/systm.h>