mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We always provide the bpf hooks. Remove #include "bpf.h"/NBPF.
This commit is contained in:
parent
83fc8b6d34
commit
1e163ecb8c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue