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.
This commit is contained in:
parent
568eb51a26
commit
73b69d9921
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user