aboutsummaryrefslogtreecommitdiff
path: root/net/latd/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-23 22:43:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-23 22:43:07 +0000
commitad38e05fb378336e10242c17ac02d036b716bab0 (patch)
treeb8d25d3d03a5ffaa9286df2cfb6d77107258fa4d /net/latd/files
parent24db010a8f9373e733cbe4ac8bf5fa92d3c5f03d (diff)
downloadports-ad38e05fb378336e10242c17ac02d036b716bab0.tar.gz
ports-ad38e05fb378336e10242c17ac02d036b716bab0.zip
Notes
Diffstat (limited to 'net/latd/files')
-rw-r--r--net/latd/files/patch-interfaces-bpf.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/latd/files/patch-interfaces-bpf.cc b/net/latd/files/patch-interfaces-bpf.cc
new file mode 100644
index 000000000000..7f0f9e34ee30
--- /dev/null
+++ b/net/latd/files/patch-interfaces-bpf.cc
@@ -0,0 +1,10 @@
+--- interfaces-bpf.cc.orig Tue Dec 23 23:40:11 2003
++++ interfaces-bpf.cc Tue Dec 23 23:40:32 2003
+@@ -25,6 +25,7 @@
+ #include <sys/time.h>
+ #include <sys/socket.h>
+ #include <sys/uio.h>
++#include <assert.h>
+
+ #include <net/if.h>
+ #include <net/bpf.h>