qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] block-raw.c COCOA patch


From: Jose Renau
Subject: Re: [Qemu-devel] block-raw.c COCOA patch
Date: Mon, 28 Aug 2006 10:47:48 -0700


 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 <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]