From: blueswir1 Date: Wed, 14 Jan 2009 18:03:53 +0000 (+0000) Subject: Fix iovec probe on OpenBSD X-Git-Tag: stefano.display-merge-end~144 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=db34f0b32f8d9ab12fe5899f5ba684b8eb1e656e;p=qemu-xen-unstable.git Fix iovec probe on OpenBSD git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6297 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index a8ea55a6e4..285d4cc58d 100755 --- a/configure +++ b/configure @@ -1000,7 +1000,9 @@ fi ########################################## # iovec probe cat > $TMPC < #include +#include int main(void) { struct iovec iov; return 0; } EOF iovec=no