mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
tcpdump: remove sys/capability.h #include
sys/capability.h is just a backwards compatibility wrapper around sys/capsicum.h, which is already #included.
This commit is contained in:
parent
bbdd6614bd
commit
568415f29d
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ extern int SIZE_BUF;
|
|||
#include <libcasper.h>
|
||||
#include <casper/cap_dns.h>
|
||||
#include <sys/nv.h>
|
||||
#include <sys/capability.h>
|
||||
#include <sys/ioccom.h>
|
||||
#include <net/bpf.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue