aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 02:22:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-11 02:22:21 +0000
commit4d471a4f1b252a44296a1b0dd864ddf02f7b6a00 (patch)
treecefefcd8d765c5bf3464d4999812a1055115a8b6 /net
parent6d101a4228dfb3f33ac2d9d140b1ba9d238c20e4 (diff)
downloadports-4d471a4f1b252a44296a1b0dd864ddf02f7b6a00.tar.gz
ports-4d471a4f1b252a44296a1b0dd864ddf02f7b6a00.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/b2bua/files/patch-util::transport::UdpStack.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/b2bua/files/patch-util::transport::UdpStack.cxx b/net/b2bua/files/patch-util::transport::UdpStack.cxx
new file mode 100644
index 000000000000..bab283ef1c98
--- /dev/null
+++ b/net/b2bua/files/patch-util::transport::UdpStack.cxx
@@ -0,0 +1,13 @@
+--- util/transport/UdpStack.cxx.orig Sun Oct 10 21:24:12 2004
++++ util/transport/UdpStack.cxx Sun Oct 10 21:26:32 2004
+@@ -97,7 +97,10 @@
+ #endif
+
+ #ifdef __FreeBSD__
++#include <sys/param.h>
++#if __FreeBSD_version < 503001
+ #include <isc/eventlib.h>
++#endif
+ #endif
+
+ #ifdef __APPLE__