opnsense-ports/security/fragroute/files/patch-pcaputil.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
339 B
C

--- pcaputil.h.orig Thu Jan 17 22:33:55 2002
+++ pcaputil.h Mon Dec 5 13:26:13 2005
@@ -9,6 +9,10 @@
#ifndef PCAPUTIL_H
#define PCAPUTIL_H
+#ifndef BIOCIMMEDIATE
+#define BIOCIMMEDIATE _IOW('B',112,u_int)
+#endif
+
pcap_t *pcap_open(char *device);
int pcap_dloff(pcap_t *pcap);
int pcap_filter(pcap_t *pcap, const char *fmt, ...);