Date: Sat, 17 Sep 2022 12:56:15 +0200 From: Gary Jennejohn <garyj@gmx.de> To: current@freebsd.org Subject: Re: build of vfs_lookup.c now broken in non-INVARIANTS kernels Message-ID: <20220917125615.08f68e43@ernst.home> In-Reply-To: <20220917124125.586efc59@ernst.home> References: <20220917124125.586efc59@ernst.home>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Sep 2022 12:41:25 +0200 Gary Jennejohn <garyj@gmx.de> wrote: > Compiling vfs_lookup.c now fails when NONINVARIANTS is not included in > the kernel config file because NDVALIDATE is defined as NDVALIDATE_impl, > which itself is only defined when NONINVARIANTS is also defined. > > This breaks buildkernel. > Woops. NONINVARIANTS should be INVARIANTS. =2D- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220917125615.08f68e43>