mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix kernel build.
Pointy hats to: dillon, Hiten Pandya <hiten@unixdaemons.com>
This commit is contained in:
parent
78b9d70000
commit
5d9155dfee
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue