Date: Thu, 10 Oct 2024 13:44:02 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Nathan Nasby <nathan.nasby@hey.com> Cc: freebsd-current@freebsd.org Subject: Re: Buildworld stops build - undeclaired identifier Message-ID: <Zwev8ndXbC3hzd2w@kib.kiev.ua> In-Reply-To: <d44a8c4a93adf81ff17a5c4552c138dc977a96d7@hey.com> References: <d44a8c4a93adf81ff17a5c4552c138dc977a96d7@hey.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 09, 2024 at 06:13:44PM +0000, Nathan Nasby wrote: > Hello, > > When I try to compile world with the latest source, I get error of > undeclared identifiers > > /usr/src/usr.bin/procstat/procstat_vm.c:118:7: error: use of undeclared > identifier ‘KVME_FLAG_SYSVSHM’ > > 118 | KVME_FLAG_SYSVSHM ? “true : “false”); > /usr/src/usr.bin/procstat/procstat_vm.c:169:25: error: use of undeclared > identifier ‘KVME_FLAG_SYSVSHM’ > > 169 | if ((kve->kve_flags & KVME_FLAG_SYSVSHM) != 0) > > /usr/src/usr.bin/procstat/procstat_vm.c:173:25: error: use of undeclared > identifier ‘KVME_FLAG_POSIXSHM’ > > 173 | if ((kve->kve_flags & KVME_FLAG_POSIXSHM) != 0) You have the corrupted checkout. sys/sys/user.h is out of date.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Zwev8ndXbC3hzd2w>