search for: kve_flags

Displaying 1 result from an estimated 1 matches for "kve_flags".

Did you mean: e_flags
2012 Jul 24
1
9-STABLE (238719) compilation fails on i386
...undant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -c /usr/src/usr.bin/procstat/procstat_vm.c /usr/src/usr.bin/procstat/procstat_vm.c:76:36: error: use of undeclared identifier 'KVME_FLAG_GROWS_UP' printf("%-1s ", kve->kve_flags & KVME_FLAG_GROWS_UP ? "U" : ^ /usr/src/usr.bin/procstat/procstat_vm.c:77:24: error: use of undeclared identifier 'KVME_FLAG_GROWS_DOWN' kve->kve_flags & KVME_FLAG_GROWS_DOWN ? "D" : &quot...