freebsd-ports/devel/ORBit/files/patch-src::ORBitutil::orbit-os-config.h.in
Maxim Sobolev 441ede378e Huh, finally implement writev(2) wrapper that actually works. Boys, never ever
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.
2001-10-29 17:05:04 +00:00

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