mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f82486aae5
domains of sockets and protocols. Submitted by: Narvi <narvi@haldjas.folklore.ee> Closes-PR: ports/2532
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
--- 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,
|