forked from Lainports/freebsd-ports
try to use writev(2) in a non-blocking mode, especially on sockets. Not only this makes handling of EAGAIN rather weird, but in the case of sockets makes your code subject of a ENOBUFS, which is absolutely unclear how to handle properly. *sigh* Bump PORTREVISION.
12 lines
261 B
C
12 lines
261 B
C
|
|
$FreeBSD$
|
|
|
|
--- src/ORBitutil/orbit-os-config.h.in 2001/10/27 12:25:39 1.1
|
|
+++ src/ORBitutil/orbit-os-config.h.in 2001/10/27 12:26:13
|
|
@@ -2,5 +2,6 @@
|
|
#define OS_CONFIG_H 1
|
|
|
|
#define ORBIT_HAVE_ALLOCA_H @ORBIT_HAVE_ALLOCA_H@
|
|
+#define MAXIOV @MAXIOV@
|
|
|
|
#endif
|