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"
#endif
#if __FreeBSD__ >= 4
#include "bpf.h"
#define NBPFILTER NBPF
#define NBPFILTER 1
#else
#include "bpfilter.h"
#endif