We always provide the bpf hooks. Remove #include "bpf.h"/NBPF.

This commit is contained in:
Peter Wemm 2000-06-10 07:16:14 +00:00
parent 83fc8b6d34
commit 1e163ecb8c

View File

@ -60,8 +60,7 @@
#include "opt_inet.h" #include "opt_inet.h"
#endif #endif
#if __FreeBSD__ >= 4 #if __FreeBSD__ >= 4
#include "bpf.h" #define NBPFILTER 1
#define NBPFILTER NBPF
#else #else
#include "bpfilter.h" #include "bpfilter.h"
#endif #endif