From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZxaE-00020f-Vo for qemu-devel@nongnu.org; Thu, 20 Dec 2018 07:37:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZxaB-0001rm-0l for qemu-devel@nongnu.org; Thu, 20 Dec 2018 07:37:46 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:57794) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZxaA-0001qr-M8 for qemu-devel@nongnu.org; Thu, 20 Dec 2018 07:37:42 -0500 Date: Thu, 20 Dec 2018 13:37:40 +0100 From: Samuel Thibault Message-ID: <20181220123739.s3t5trh3pymhrxzl@function> References: <20181218230442.27887-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/64] slirp updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Cc: Peter Maydell , Jan Kiszka , QEMU Developers , Stefan Hajnoczi Marc-André Lureau, le jeu. 20 déc. 2018 16:01:44 +0400, a ecrit: > > declaration of 'inet_pton' [-Werror=nested-externs] > > if (!inet_pton(AF_INET6, vprefix6, &ip6_prefix)) { > > ^ > > > > This one is easy, it needs "build-sys: require Vista API by default > globally" series that Paolo has been sending in his last pullreqs. Ok, let's wait for it for that part then. > there is an obvious > mistake in "build-sys: use a seperate slirp-obj-y && slirp.mo" (Sam, > you should squash that fix) Ok, squashed in my tree. Samuel