summaryrefslogtreecommitdiff
path: root/net/b2bua/files/patch-util::transport::UdpStack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'net/b2bua/files/patch-util::transport::UdpStack.cxx')
-rw-r--r--net/b2bua/files/patch-util::transport::UdpStack.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/b2bua/files/patch-util::transport::UdpStack.cxx b/net/b2bua/files/patch-util::transport::UdpStack.cxx
deleted file mode 100644
index bab283ef1c98..000000000000
--- a/net/b2bua/files/patch-util::transport::UdpStack.cxx
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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__