aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-01-27 18:18:41 -0800
committerDavid 'Digit' Turner <digit@android.com>2010-05-11 17:35:34 -0700
commit3d66dc7c08acb3802bf803abca68ac5fb36582b4 (patch)
tree4587a38e638bbc48dabdd4a233eed4252953c16e /qemu-common.h
parent2910f183ddd5286911bc1e3499ea93cb57de8b75 (diff)
downloadexternal_qemu-3d66dc7c08acb3802bf803abca68ac5fb36582b4.zip
external_qemu-3d66dc7c08acb3802bf803abca68ac5fb36582b4.tar.gz
external_qemu-3d66dc7c08acb3802bf803abca68ac5fb36582b4.tar.bz2
Upstream: HAVE_IOVEC => CONFIG_IOVEC
Change-Id: I18025d9c154a02af5d6298c7d7f72fc9f2c1c5d7
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 9983303..1416dfd 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -37,8 +37,8 @@
#define ENOMEDIUM ENODEV
#endif
-#ifndef HAVE_IOVEC
-#define HAVE_IOVEC
+#ifndef CONFIG_IOVEC
+#define CONFIG_IOVEC
struct iovec {
void *iov_base;
size_t iov_len;