summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-28 02:29:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-28 02:29:30 +0000
commit38e8ab0646eef15082299d89c8d38d6a7fd01f0f (patch)
treeac2392a6e4a6b964dd4682a3b019298910adc3c4
parent9f525b44a103cb37da083ae694259966cc33a9d2 (diff)
no debug by default
-rw-r--r--sys/dev/isa/if_we.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c
index 648ef48edfe..da6d228a1bd 100644
--- a/sys/dev/isa/if_we.c
+++ b/sys/dev/isa/if_we.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_we.c,v 1.3 1998/11/28 01:29:05 deraadt Exp $ */
+/* $OpenBSD: if_we.c,v 1.4 1998/11/28 02:29:29 deraadt Exp $ */
/* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */
/*-
@@ -59,7 +59,6 @@
#include "bpfilter.h"
#include "we.h"
-#define WE_DEBUG
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>