mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
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.
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
|