Use pcap's bpf header, not our own copy of it.

This commit is contained in:
Rui Paulo 2010-10-29 21:23:34 +00:00
parent a1251487f4
commit be0479174b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214535

View File

@ -10,8 +10,6 @@
#include <sys/ioctl.h>
#include <syslog.h>
#ifdef IPFILTER_BPF
# include "pcap-bpf.h"
# define _NET_BPF_H_
# include <pcap.h>
#endif
#include "netinet/ip_pool.h"