Skip to content
Snippets Groups Projects
Commit db34f0b3 authored by Blue Swirl's avatar Blue Swirl
Browse files

Fix iovec probe on OpenBSD

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6297 c046a42c-6fe2-441c-8c8c-71466251a162
parent b0fb43d8
No related branches found
No related tags found
No related merge requests found
......@@ -1000,7 +1000,9 @@ fi
##########################################
# iovec probe
cat > $TMPC <<EOF
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
int main(void) { struct iovec iov; return 0; }
EOF
iovec=no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment