* [Qemu-devel] block-raw.c COCOA patch
@ 2006-08-28 15:41 Jose Renau
2006-08-28 17:23 ` Phil Krylov
0 siblings, 1 reply; 3+ messages in thread
From: Jose Renau @ 2006-08-28 15:41 UTC (permalink / raw)
To: qemu-devel
--- 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] block-raw.c COCOA patch
2006-08-28 15:41 [Qemu-devel] block-raw.c COCOA patch Jose Renau
@ 2006-08-28 17:23 ` Phil Krylov
2006-08-28 17:47 ` Jose Renau
0 siblings, 1 reply; 3+ messages in thread
From: Phil Krylov @ 2006-08-28 17:23 UTC (permalink / raw)
To: qemu-devel, renau
Hi Jose,
On 28/08/06, Jose Renau <renau@soe.ucsc.edu> wrote:
>
> --- 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
Did you mean CONFIG_DARWIN? Qemu can be built without Cocoa.
-- Ph.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] block-raw.c COCOA patch
2006-08-28 17:23 ` Phil Krylov
@ 2006-08-28 17:47 ` Jose Renau
0 siblings, 0 replies; 3+ messages in thread
From: Jose Renau @ 2006-08-28 17:47 UTC (permalink / raw)
To: Phil Krylov; +Cc: qemu-devel
Thanks, I did not know the CONFIG_DARWING define.
On Aug 28, 2006, at 10:23 AM, Phil Krylov wrote:
> Hi Jose,
>
> On 28/08/06, Jose Renau <renau@soe.ucsc.edu> wrote:
>>
>> --- 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
>
> Did you mean CONFIG_DARWIN? Qemu can be built without Cocoa.
>
> -- Ph.
>
--
Never underestimate the power of human stupidity.
- Lazarus Long
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-28 17:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-28 15:41 [Qemu-devel] block-raw.c COCOA patch Jose Renau
2006-08-28 17:23 ` Phil Krylov
2006-08-28 17:47 ` Jose Renau
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).