------------------------------------------------------------ revno: 13110 revision-id: squid3@treenet.co.nz-20140323045740-seryw2e2ubpk33bw parent: squid3@treenet.co.nz-20140321084848-uykzb33yzoy7g0n8 author: Francesco Chemolli committer: Amos Jeffries branch nick: 3.4 timestamp: Sat 2014-03-22 22:57:40 -0600 message: Portability: detect struct iovec better on OpenBSD ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140323045740-seryw2e2ubpk33bw # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: 8644b3b9d36d3b1451b127e4a572aed1201b6844 # timestamp: 2014-03-23 04:58:57 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20140321084848-\ # uykzb33yzoy7g0n8 # # Begin patch === modified file 'configure.ac' --- configure.ac 2014-03-09 09:40:22 +0000 +++ configure.ac 2014-03-23 04:57:40 +0000 @@ -3209,6 +3209,9 @@ #if HAVE_WINSOCK2_H #include #endif + #if HAVE_SYS_UIO_H + #include + #endif ]) AC_CHECK_TYPE(struct msghdr,AC_DEFINE(HAVE_MSGHDR,1,[The system provides struct msghdr]),,[