killall(1) does not use libkvm.
MFC after: 3 days
This commit is contained in:
parent
9d420f977d
commit
80eade56fc
@ -310,7 +310,7 @@ main(int ac, char **av)
|
||||
if (size % sizeof(struct kinfo_proc) != 0) {
|
||||
fprintf(stderr, "proc size mismatch (%zu total, %zu chunks)\n",
|
||||
size, sizeof(struct kinfo_proc));
|
||||
fprintf(stderr, "userland out of sync with kernel, recompile libkvm etc\n");
|
||||
fprintf(stderr, "userland out of sync with kernel\n");
|
||||
exit(1);
|
||||
}
|
||||
nprocs = size / sizeof(struct kinfo_proc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user