From: Nathan Whitehorn <nwhitehorn@freebsd.org>
To: "Andreas Färber" <andreas.faerber@web.de>
Cc: Alexandre Raymond <cerbere@gmail.com>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] Fix build on FreeBSD
Date: Sun, 05 Jun 2011 09:03:31 -0500 [thread overview]
Message-ID: <4DEB8CB3.8000400@freebsd.org> (raw)
In-Reply-To: <69ABB818-A4BC-4E2F-ABEC-B4A4804D7B8A@web.de>
On 06/02/11 10:01, Andreas Färber wrote:
> Am 31.05.2011 um 16:57 schrieb Nathan Whitehorn:
>
>> Add some includes required to build qemu on FreeBSD.
>
> Missing Sob.
Oops, I'll resubmit.
>> ---
>> bsd-user/syscall.c | 2 ++
>> iohandler.c | 1 +
>> os-posix.c | 4 ++++
>> 3 files changed, 7 insertions(+), 0 deletions(-)
> [...]
>> diff --git a/iohandler.c b/iohandler.c
>> index 2b82421..7266aca 100644
>> --- a/iohandler.c
>> +++ b/iohandler.c
>> @@ -29,6 +29,7 @@
>>
>> #ifndef _WIN32
>> #include <sys/wait.h>
>> +#include <signal.h>
>> #endif
>>
>> typedef struct IOHandlerRecord {
>
> This is independent of the other BSD issues (that I cannot judge) and
> affects Darwin and Haiku as well. Did you check that with your patch
> Win32 does not need the header?
>
> Alexandre (cc'ed) posted a slightly different patch, adding it in
> qemu-common.h instead.
Ah, that's fine then. I have no idea about Win32, I just know it won't
compile on FreeBSD without it, since it hasn't been included yet as a
side effect.
-Nathan
next prev parent reply other threads:[~2011-06-05 14:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-31 14:57 [Qemu-devel] [PATCH] Fix build on FreeBSD Nathan Whitehorn
2011-06-02 15:01 ` Andreas Färber
2011-06-05 14:03 ` Nathan Whitehorn [this message]
2011-06-07 15:27 ` Alexandre Raymond
-- strict thread matches above, loose matches on Subject: below --
2012-03-03 16:34 Nathan Whitehorn
2012-03-17 16:20 ` Blue Swirl
2012-03-17 21:55 ` Nathan Whitehorn
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=4DEB8CB3.8000400@freebsd.org \
--to=nwhitehorn@freebsd.org \
--cc=andreas.faerber@web.de \
--cc=cerbere@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.