qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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

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).