killall(1) does not use libkvm.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2012-06-30 16:23:08 +00:00
parent a488a0f1d2
commit 407e615c68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237846

View File

@ -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);