Changeset 1383
- Timestamp:
- 10/07/2006 05:27:29 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/src/network_writev.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/src/network_writev.c
r1371 r1383 56 56 #elif defined(UIO_MAXIOV) /* Linux x86 (glibc-2.2.5-233) */ 57 57 const size_t max_chunks = UIO_MAXIOV; 58 #elif (defined(__FreeBSD__) && __FreeBSD_version < 500000) /* FreeBSD 4.x */ 59 const size_t max_chunks = 1024; /* UIO_MAXIOV value from sys/uio.h */ 58 60 #else 59 61 #error "sysconf() doesnt return _SC_IOV_MAX ..., check the output of 'man writev' for the EINVAL error and send the output to jan@kneschke.de"

