Date: Mon, 22 May 2023 16:03:37 +0100 From: Alexander Chernikov <melifaro@FreeBSD.org> To: garyj@gmx.de Cc: current@freebsd.org Subject: Re: builworld fails due to error in af_inet.c Message-ID: <1B5092E2-27AB-45B7-B726-F83B6986638D@FreeBSD.org> In-Reply-To: <20230522170000.25468c5f@ernst.home> References: <20230522170000.25468c5f@ernst.home>
next in thread | previous in thread | raw e-mail | index | archive | help
Sorry for the breakage (and thanks for markj@ for the prompt fix) > On 22 May 2023, at 16:00, Gary Jennejohn <garyj@gmx.de> wrote: >=20 > I just ran buildworld using the latest current source. >=20 > It dies due to this error in line 385 of = /usr/src/sbin/ifconfig/af_inet.c: >=20 > static void > warn_nomask(ifflags) >=20 > The compiler really doesn't like not seeing a type for ifflags and = bails > out as the result. >=20 > Strangely enough, in_proc() a few lines later clearly has int ifflags = in > its list of variables. >=20 > Setting ifflags to int in warn_nomask() fixes the build. >=20 > Wasn't this compile tested before it was committed? It was & it didn=E2=80=99t yell on my setup. >=20 > -- > Gary Jennejohn >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1B5092E2-27AB-45B7-B726-F83B6986638D>