trawick 2003/04/12 04:23:54
Modified: test sendfile.c Log: iov_len can be too big for an int (e.g., ia64 Linux)
since struct iovec is part of the APR API, it would be nice to determine
apr_iov_len_t APR_IOV_LEN_T_FMT
for apps to use in their code as appropriate
this could be taken further by defining apr_iovec_t and using that instead of struct iov in our API... (ours would exactly match the system struct iovec)
