summaryrefslogtreecommitdiff
path: root/net/net-snmp/files/patch-memory_freebsd2.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-05-15 06:41:00 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-05-15 06:41:00 +0000
commit1b62f4b5fabd4850adbdd01dc4c11808a6832d1a (patch)
treed730788472c477b9ad81dfa40be5b0a5955b390e /net/net-snmp/files/patch-memory_freebsd2.c
parentConnect net-snmp4 (4.x series of ucd-snmp). (diff)
Upgrade to 5.0.1.
Maintainer note: I have not yet checked this major version bump enough. Please use net/net-snmp4 port for stable environment. And please report any problem with this version.
Diffstat (limited to 'net/net-snmp/files/patch-memory_freebsd2.c')
-rw-r--r--net/net-snmp/files/patch-memory_freebsd2.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/net/net-snmp/files/patch-memory_freebsd2.c b/net/net-snmp/files/patch-memory_freebsd2.c
index e06a3266f224..8ddf778aea0d 100644
--- a/net/net-snmp/files/patch-memory_freebsd2.c
+++ b/net/net-snmp/files/patch-memory_freebsd2.c
@@ -1,11 +1,11 @@
---- agent/mibgroup/ucd-snmp/memory_freebsd2.c.orig Mon Sep 17 06:16:16 2001
-+++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Mon Mar 4 10:00:56 2002
-@@ -232,7 +232,7 @@
- size_t total_size = sizeof (total);
- int total_mib[] = { CTL_VM, VM_METER };
+--- agent/mibgroup/ucd-snmp/memory_freebsd2.c.orig Sat Apr 20 16:30:08 2002
++++ agent/mibgroup/ucd-snmp/memory_freebsd2.c Wed Apr 24 01:49:01 2002
+@@ -274,7 +274,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 };
+- long phys_mem;
++ u_long phys_mem;
+ size_t phys_mem_size = sizeof(phys_mem);
+ int phys_mem_mib[] = { CTL_HW, HW_USERMEM };