aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1993-10-24 04:42:32 +0000
committerPaul Richards <paul@FreeBSD.org>1993-10-24 04:42:32 +0000
commit73b69d9921116f5af5bffa275278570ee8370ca2 (patch)
tree68bf66b993b451067fe245fca079b331e3b54d4d /sys
parent568eb51a2666e512cfe1cc666502305345e72d69 (diff)
downloadsrc-73b69d9921116f5af5bffa275278570ee8370ca2.tar.gz
src-73b69d9921116f5af5bffa275278570ee8370ca2.zip
Removed #define ISDEBUG from top of file, should be config option
to get debugging code compiled in. Moved bpfilter.h out of ifdef'd code so it can be seen.
Notes
Notes: svn path=/head/; revision=665
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/if_is.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_is.c b/sys/i386/isa/if_is.c
index 1fdcd91a2668..becfe1748730 100644
--- a/sys/i386/isa/if_is.c
+++ b/sys/i386/isa/if_is.c
@@ -1,4 +1,3 @@
-#define ISDEBUG
/*
* Isolan AT 4141-0 Ethernet driver
* Isolink 4110
@@ -25,6 +24,8 @@
#include "is.h"
#if NIS > 0
+#include "bpfilter.h"
+
#include "param.h"
#include "systm.h"
#include "errno.h"
@@ -52,7 +53,6 @@
#endif
#if NBPFILTER > 0
-#include "bpfilter.h"
#include "net/bpf.h"
#include "net/bpfdesc.h"
#endif