diff options
Diffstat (limited to 'net/net-snmp4/files/patch-memory_freebsd2.c')
-rw-r--r-- | net/net-snmp4/files/patch-memory_freebsd2.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/net-snmp4/files/patch-memory_freebsd2.c b/net/net-snmp4/files/patch-memory_freebsd2.c deleted file mode 100644 index e49eb0d77c01..000000000000 --- a/net/net-snmp4/files/patch-memory_freebsd2.c +++ /dev/null @@ -1,21 +0,0 @@ ---- agent/mibgroup/ucd-snmp/memory_freebsd2.c.orig Sun Sep 16 17:16:16 2001 -+++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Fri Mar 28 13:18:19 2003 -@@ -9,7 +9,9 @@ - #include <sys/param.h> - #include <sys/time.h> - #include <sys/proc.h> -+#if __FreeBSD_version < 500101 - #include <sys/dkstat.h> -+#endif - #ifdef freebsd5 - #include <sys/bio.h> - #endif -@@ -232,7 +234,7 @@ - size_t total_size = sizeof (total); - int total_mib[] = { CTL_VM, VM_METER }; - -- long phys_mem; -+ u_long phys_mem; - size_t phys_mem_size = sizeof(phys_mem); - int phys_mem_mib[] = { CTL_HW, HW_USERMEM }; - |