Date: Sat, 17 Sep 2022 12:41:25 +0200 From: Gary Jennejohn <garyj@gmx.de> To: current@freebsd.org Subject: build of vfs_lookup.c now broken in non-INVARIANTS kernels Message-ID: <20220917124125.586efc59@ernst.home>
next in thread | raw e-mail | index | archive | help
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. =2D- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220917124125.586efc59>