From: Jose Renau <renau@soe.ucsc.edu>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] block-raw.c COCOA patch
Date: Mon, 28 Aug 2006 08:41:50 -0700 [thread overview]
Message-ID: <d95fa08863a50efc6def60e177db914e@soe.ucsc.edu> (raw)
--- block-raw.c 24 Aug 2006 18:58:29 -0000 1.9
+++ block-raw.c 28 Aug 2006 15:41:38 -0000
@@ -25,7 +25,11 @@
#include "block_int.h"
#include <assert.h>
#ifndef _WIN32
+#ifdef CONFIG_COCOA
+#include <sys/aio.h>
+#else
#include <aio.h>
+#endif
#ifndef QEMU_TOOL
#include "exec-all.h"
--
Many receive advice, few profit by it.
-- Publilius Syrus
next reply other threads:[~2006-08-28 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-28 15:41 Jose Renau [this message]
2006-08-28 17:23 ` [Qemu-devel] block-raw.c COCOA patch Phil Krylov
2006-08-28 17:47 ` Jose Renau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d95fa08863a50efc6def60e177db914e@soe.ucsc.edu \
--to=renau@soe.ucsc.edu \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).