From: "Andreas Färber" <afaerber@suse.de>
To: Paolo Bonzini <pbonzini@redhat.com>,
Ed Maste <emaste@freebsd.org>,
qemu-devel@nongnu.org
Cc: qemu-trivial <qemu-trivial@nongnu.org>, Alon Levy <alevy@redhat.com>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD
Date: Wed, 18 Jun 2014 17:22:54 +0200 [thread overview]
Message-ID: <53A1AECE.9000508@suse.de> (raw)
In-Reply-To: <53A1A52D.1090107@redhat.com>
Am 18.06.2014 16:41, schrieb Paolo Bonzini:
> Il 18/06/2014 14:58, Ed Maste ha scritto:
>> Signed-off-by: Ed Maste <emaste@freebsd.org>
>> ---
>> libcacard/vscclient.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c
>> index ab9b2b8..80111df 100644
>> --- a/libcacard/vscclient.c
>> +++ b/libcacard/vscclient.c
>> @@ -11,6 +11,8 @@
>> */
>>
>> #ifndef _WIN32
>> +#include <sys/socket.h>
>> +#include <netinet/in.h>
>> #include <netdb.h>
>> #define closesocket(x) close(x)
>> #endif
>>
>
> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Looks okay, CC'ing Alon and -trivial.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
WARNING: multiple messages have this Message-ID (diff)
From: "Andreas Färber" <afaerber@suse.de>
To: Paolo Bonzini <pbonzini@redhat.com>,
Ed Maste <emaste@freebsd.org>,
qemu-devel@nongnu.org
Cc: qemu-trivial <qemu-trivial@nongnu.org>, Alon Levy <alevy@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD
Date: Wed, 18 Jun 2014 17:22:54 +0200 [thread overview]
Message-ID: <53A1AECE.9000508@suse.de> (raw)
In-Reply-To: <53A1A52D.1090107@redhat.com>
Am 18.06.2014 16:41, schrieb Paolo Bonzini:
> Il 18/06/2014 14:58, Ed Maste ha scritto:
>> Signed-off-by: Ed Maste <emaste@freebsd.org>
>> ---
>> libcacard/vscclient.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/libcacard/vscclient.c b/libcacard/vscclient.c
>> index ab9b2b8..80111df 100644
>> --- a/libcacard/vscclient.c
>> +++ b/libcacard/vscclient.c
>> @@ -11,6 +11,8 @@
>> */
>>
>> #ifndef _WIN32
>> +#include <sys/socket.h>
>> +#include <netinet/in.h>
>> #include <netdb.h>
>> #define closesocket(x) close(x)
>> #endif
>>
>
> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Looks okay, CC'ing Alon and -trivial.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2014-06-18 15:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-18 12:58 [Qemu-devel] [PATCH] vscclient: Add required headers to fix build on FreeBSD Ed Maste
2014-06-18 14:41 ` Paolo Bonzini
2014-06-18 15:22 ` Andreas Färber [this message]
2014-06-18 15:22 ` Andreas Färber
2014-06-20 20:38 ` [Qemu-trivial] " Ed Maste
2014-06-20 20:38 ` Ed Maste
2014-06-21 12:48 ` Michael Tokarev
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=53A1AECE.9000508@suse.de \
--to=afaerber@suse.de \
--cc=alevy@redhat.com \
--cc=emaste@freebsd.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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.