Fix kernel build.

Pointy hats to:	dillon, Hiten Pandya <hiten@unixdaemons.com>
This commit is contained in:
mux 2003-01-11 12:39:45 +00:00
parent 83f3fce109
commit f37795a186

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;