diff --git a/src/rtlib/dragonfly/sys_fmem.c b/src/rtlib/dragonfly/sys_fmem.c index 04b9d9a353..470bd76e91 100644 --- a/src/rtlib/dragonfly/sys_fmem.c +++ b/src/rtlib/dragonfly/sys_fmem.c @@ -7,7 +7,7 @@ FBCALL size_t fb_GetMemAvail( int mode ) { - int mib[2] = { CTL_VM, VM_TOTAL }; + int mib[2] = { CTL_VM, VM_METER }; struct vmtotal vmt; size_t size = sizeof(struct vmtotal);