aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-27 07:58:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-27 07:58:52 +0000
commit145793867b4df7a7903880411e4a40e48fcf91fd (patch)
tree21d384e8136c7492283002bfbc620d93f2eeaf1b /net-mgmt
parent7c885f22cbccf6024070a0941962b63b4edd5b30 (diff)
downloadports-145793867b4df7a7903880411e4a40e48fcf91fd.tar.gz
ports-145793867b4df7a7903880411e4a40e48fcf91fd.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/aguri/files/patch-aguri_pcap.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/aguri/files/patch-aguri_pcap.c b/net-mgmt/aguri/files/patch-aguri_pcap.c
new file mode 100644
index 000000000000..20ba8caa5eaa
--- /dev/null
+++ b/net-mgmt/aguri/files/patch-aguri_pcap.c
@@ -0,0 +1,10 @@
+--- aguri_pcap.c.orig 2003-03-12 15:09:45.000000000 +0100
++++ aguri_pcap.c 2009-03-27 08:57:57.000000000 +0100
+@@ -35,6 +35,7 @@
+ #include <sys/socket.h>
+ #include <sys/ioctl.h>
+ #include <net/if.h>
++#include <net/bpf.h>
+ #include <netinet/in.h>
+ #include <netinet/in_systm.h>
+ #include <netinet/if_ether.h>