Fix kernel build.

Pointy hats to:	dillon, Hiten Pandya <hiten@unixdaemons.com>
This commit is contained in:
Maxime Henrion 2003-01-11 12:39:45 +00:00
parent 78b9d70000
commit 5d9155dfee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109102

View file

@ -1390,7 +1390,7 @@ ogetkerninfo(struct thread *td, struct getkerninfo_args *uap)
case KINFO_METER:
name[0] = CTL_VM;
name[1] = VM_METER;
name[1] = VM_TOTAL;
error = userland_sysctl(td, name, 2, uap->where, uap->size,
0, 0, 0, &size);
break;