mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Remove remaining references to BIOCSETBUFMODE ifdefs. We now have
another ifdef for zerocopy bpf.
This commit is contained in:
parent
2676a4aff3
commit
b2e0e80d0c
1 changed files with 0 additions and 7 deletions
|
|
@ -93,10 +93,6 @@ static int odmlockid = 0;
|
|||
|
||||
#endif /* _AIX */
|
||||
|
||||
#ifdef BIOCSETBUFMODE
|
||||
#include <machine/atomic.h>
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <netdb.h>
|
||||
|
|
@ -1893,9 +1889,6 @@ pcap_activate_bpf(pcap_t *p)
|
|||
goto bad;
|
||||
}
|
||||
}
|
||||
#ifdef BIOCSETBUFMODE
|
||||
p->timeout = to_ms;
|
||||
#endif
|
||||
|
||||
#ifdef _AIX
|
||||
#ifdef BIOCIMMEDIATE
|
||||
|
|
|
|||
Loading…
Reference in a new issue