From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9DCFEC433EF for ; Fri, 17 Dec 2021 21:54:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 58EAF40C4A; Fri, 17 Dec 2021 21:54:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3elBnrVOLcNz; Fri, 17 Dec 2021 21:54:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 8336F40C44; Fri, 17 Dec 2021 21:54:42 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0EC6A1BF358 for ; Fri, 17 Dec 2021 21:54:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id F20AC84DEC for ; Fri, 17 Dec 2021 21:54:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mkIukB6LQA6h for ; Fri, 17 Dec 2021 21:54:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp1.osuosl.org (Postfix) with ESMTPS id F04BB84DED for ; Fri, 17 Dec 2021 21:54:40 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id A5690E0007; Fri, 17 Dec 2021 21:54:38 +0000 (UTC) Date: Fri, 17 Dec 2021 22:54:37 +0100 From: Thomas Petazzoni To: Fabrice Fontaine Message-ID: <20211217225437.3d6f4c45@windsurf> In-Reply-To: <20211212191057.701460-1-fontaine.fabrice@gmail.com> References: <20211212191057.701460-1-fontaine.fabrice@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] package/iperf: fix build X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Matt Weber , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Sun, 12 Dec 2021 20:10:57 +0100 Fabrice Fontaine wrote: > Fix the following build failure raised since bump to version 2.1.5 in > commit ca39eb212e32ca209cb3d6011847f9c94641fa73: > > gettcpinfo.c: In function 'gettcpinfo': > gettcpinfo.c:101:42: error: expected declaration or statement at end of input > 101 | inline void gettcpinfo (int sock, struct ReportStruct *sample) { > | ^~~~~~~~~~~~ > > Fixes: > - http://autobuild.buildroot.org/results/073e070478f0cda34784af96bb3a802c3aac8f72 > > Signed-off-by: Fabrice Fontaine > --- > .../0002-compat-gettcpinfo.c-fix-build.patch | 34 +++++++++++++++++++ > 1 file changed, 34 insertions(+) > create mode 100644 package/iperf/0002-compat-gettcpinfo.c-fix-build.patch Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot