From d6862c03bab40656941309cf6b50a10bed5df87a Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:12:58 +0200 Subject: rename HAVE_PREADV to CONFIG_PREADV Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- posix-aio-compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix-aio-compat.c') diff --git a/posix-aio-compat.c b/posix-aio-compat.c index e9fc9fa60a..3d79f59854 100644 --- a/posix-aio-compat.c +++ b/posix-aio-compat.c @@ -33,7 +33,7 @@ static int cur_threads = 0; static int idle_threads = 0; static TAILQ_HEAD(, qemu_paiocb) request_list; -#ifdef HAVE_PREADV +#ifdef CONFIG_PREADV static int preadv_present = 1; #else static int preadv_present = 0; @@ -102,7 +102,7 @@ static size_t handle_aiocb_ioctl(struct qemu_paiocb *aiocb) return aiocb->aio_nbytes; } -#ifdef HAVE_PREADV +#ifdef CONFIG_PREADV static ssize_t qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) -- cgit v1.2.3