aboutsummaryrefslogtreecommitdiffstats
path: root/net/libsocket++/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/libsocket++/files/patch-ab')
-rw-r--r--net/libsocket++/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/libsocket++/files/patch-ab b/net/libsocket++/files/patch-ab
new file mode 100644
index 00000000000..9bb01973dca
--- /dev/null
+++ b/net/libsocket++/files/patch-ab
@@ -0,0 +1,12 @@
+--- sockstream.h.orig Tue Oct 17 17:07:29 1995
++++ sockstream.h Wed Feb 5 14:04:17 1997
+@@ -119,7 +119,9 @@
+ msg_peek = MSG_PEEK,
+ msg_dontroute = MSG_DONTROUTE,
+
++#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__))
+ msg_maxiovlen = MSG_MAXIOVLEN
++#endif
+ };
+ enum shuthow {
+ shut_read,