ports/devel/ORBit/files/patch-src::ORBitutil::orbit-os-config.h.in
Maxim Sobolev 128ab3ea69 Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.
Instead of replacing writev(2) with loop based on write(2), test system
limit on the number of vectors writev(2) accepts and split call to writev(2)
to several calls in such a way that number of vectors in each call doesn't
exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION.
2001-10-29 08:19:24 +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