search for: iovlen

Displaying 1 result from an estimated 1 matches for "iovlen".

Did you mean: iov_len
2015 Jan 25
0
SmartOS: nss_wrapper: conflicting types
...ix_msg.c 2015-01-25 02:59:29.958547508 +0000 @@ -505,7 +505,9 @@ * Note: No need to check for overflow here, * since cmsg will store <= INT8_MAX fds. */ +#ifdef HAVE_STRUCT_MSGHDR_MSG_CONTROL msglen += cmsg_space; +#endif data_len = iov_buflen(iov, iovlen); if (data_len == -1) { @@ -593,7 +595,9 @@ return 0; fail: +#ifdef HAVE_STRUCT_MSGHDR_MSG_CONTROL close_fd_array(fds_copy, num_fds); +#endif return ret; }