mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
killall(1) does not use libkvm.
MFC after: 3 days
This commit is contained in:
parent
a488a0f1d2
commit
407e615c68
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237846
@ -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…
Reference in New Issue
Block a user