Buildworld stops build - undeclaired identifier
- Reply: Konstantin Belousov : "Re: Buildworld stops build - undeclaired identifier"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Oct 2024 18:13:44 UTC
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)