mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
11 lines
309 B
C
11 lines
309 B
C
--- sysdeps/freebsd/mem.c.orig Tue Jan 14 17:22:18 2003
|
|
+++ sysdeps/freebsd/mem.c Tue Jan 14 17:22:28 2003
|
|
@@ -75,7 +75,7 @@
|
|
|
|
/* MIB array for sysctl */
|
|
static int mib_length=2;
|
|
-#ifdef __bsdi__
|
|
+#ifndef VM_METER
|
|
static int mib [] = { CTL_VM, VM_TOTAL };
|
|
#else
|
|
static int mib [] = { CTL_VM, VM_METER };
|