qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Phil Krylov" <phil.krylov@gmail.com>
To: qemu-devel@nongnu.org, renau@soe.ucsc.edu
Subject: Re: [Qemu-devel] block-raw.c COCOA patch
Date: Mon, 28 Aug 2006 21:23:51 +0400	[thread overview]
Message-ID: <c10dbf450608281023w4d8f7230nf7c16530f5004a3a@mail.gmail.com> (raw)
In-Reply-To: <d95fa08863a50efc6def60e177db914e@soe.ucsc.edu>

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.

  reply	other threads:[~2006-08-28 17:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-28 15:41 [Qemu-devel] block-raw.c COCOA patch Jose Renau
2006-08-28 17:23 ` Phil Krylov [this message]
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=c10dbf450608281023w4d8f7230nf7c16530f5004a3a@mail.gmail.com \
    --to=phil.krylov@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=renau@soe.ucsc.edu \
    /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).