qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@gnu.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Jan Kiszka <jan.kiszka@siemens.com>
Subject: Re: [Qemu-devel] [PULL 00/12] slirp updates
Date: Thu, 7 Mar 2019 12:52:19 +0100	[thread overview]
Message-ID: <20190307115219.lazszb236ai7w7kr@function> (raw)
In-Reply-To: <CAFEAcA92uBmran70VSGvgd2dj034O5mxELSBfNSjzDg1Q=Ecyw@mail.gmail.com>

Peter Maydell, le jeu. 07 mars 2019 11:27:38 +0000, a ecrit:
> Hi; this fails to build on FreeBSD, I'm afraid:
> 
> /var/tmp/qemu-test.Sn5gQz/slirp/src/libslirp.h:29:19: warning: type
> specifier missing, defaults to 'int' [-Wimplicit-int]
> typedef ssize_t (*SlirpReadCb)(void *buf, size_t len, void *opaque);
>                   ^

> I think this is a missing #include of <sys/types.h> which is where
> ssize_t comes from -- on the other OSes it likely gets dragged in
> by default.

That's probably it indeed. I have resubmitted the series with it.

Samuel

      reply	other threads:[~2019-03-07 11:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06 23:58 [Qemu-devel] [PULL 00/12] slirp updates Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 01/12] slirp: Fix build with gcc 9 Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 02/12] slirp: check for ioctlsocket error and 0-length udp payload Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 03/12] slirp: check sscanf result when emulating ident Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 04/12] slirp: fix big/little endian conversion in ident protocol Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 05/12] slirp: Mark pieces missing IPv6 support Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 06/12] slirp: adapt a subset of QEMU vmstate code Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 07/12] slirp: use libslirp migration code Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 08/12] slirp: use "slirp_" prefix for inet_aton() win32 implementation Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 09/12] slirp: move sources to src/ subdirectory Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 10/12] slirp: add a standalone Makefile Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 11/12] build-sys: link with slirp as an external project Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 12/12] slirp: remove QEMU Makefile.objs Samuel Thibault
2019-03-07  0:13 ` [Qemu-devel] [PULL 00/12] slirp updates no-reply
2019-03-07 11:27 ` Peter Maydell
2019-03-07 11:52   ` Samuel Thibault [this message]

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=20190307115219.lazszb236ai7w7kr@function \
    --to=samuel.thibault@gnu.org \
    --cc=jan.kiszka@siemens.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /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).