pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/net-snmp Include uvm/uvm_extern.h if it exists. Re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43341375fba8
branches: trunk
changeset: 616280:43341375fba8
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Mar 23 12:23:24 2013 +0000
description:
Include uvm/uvm_extern.h if it exists. Required for NetBSD/current.
diffstat:
net/net-snmp/distinfo | 3 +-
net/net-snmp/patches/patch-agent_mibgroup_hardware_cpu_cpu__sysctl.c | 14 ++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 4e59fffb47c6 -r 43341375fba8 net/net-snmp/distinfo
--- a/net/net-snmp/distinfo Sat Mar 23 12:22:15 2013 +0000
+++ b/net/net-snmp/distinfo Sat Mar 23 12:23:24 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.71 2013/03/17 00:17:34 gdt Exp $
+$NetBSD: distinfo,v 1.72 2013/03/23 12:23:24 joerg Exp $
SHA1 (net-snmp-5.7.2.tar.gz) = c493027907f32400648244d81117a126aecd27ee
RMD160 (net-snmp-5.7.2.tar.gz) = 392d643e9f2f42ee4fa688b4702329ad005ee12e
@@ -6,6 +6,7 @@
SHA1 (patch-ac) = 59987ecb9467b1cead9af3d4432a4dd69be93480
SHA1 (patch-af) = 4fb96b79f9126dedb8a132d44894ea23c9e8c101
SHA1 (patch-ag) = d9595eceeb5ee986ab4365f62e3c3ab339e605aa
+SHA1 (patch-agent_mibgroup_hardware_cpu_cpu__sysctl.c) = 94ecee1ce97a04c162f4b48199fd46e2f39ff474
SHA1 (patch-agent_mibgroup_hardware_memory_memory__netbsd.c) = fe812fa13dffb4c3716d008381211dda9746c11e
SHA1 (patch-agent_mibgroup_host_data__access_swrun__kinfo.c) = 054866e7c3ac90f183fd4a6d53763a5bba50572c
SHA1 (patch-agent_mibgroup_mibII_ipAddr.c) = cd3345a4b30fe2280d0555ee38feb5f957a55b1e
diff -r 4e59fffb47c6 -r 43341375fba8 net/net-snmp/patches/patch-agent_mibgroup_hardware_cpu_cpu__sysctl.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/net-snmp/patches/patch-agent_mibgroup_hardware_cpu_cpu__sysctl.c Sat Mar 23 12:23:24 2013 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-agent_mibgroup_hardware_cpu_cpu__sysctl.c,v 1.1 2013/03/23 12:23:25 joerg Exp $
+
+--- agent/mibgroup/hardware/cpu/cpu_sysctl.c.orig 2013-03-23 10:53:47.000000000 +0000
++++ agent/mibgroup/hardware/cpu/cpu_sysctl.c
+@@ -24,6 +24,9 @@
+ #include <sys/param.h>
+ #include <sys/sysctl.h>
+ #include <sys/vmmeter.h>
++#ifdef HAVE_UVM_UVM_EXTERN_H
++#include <uvm/uvm_extern.h>
++#endif
+ #ifdef HAVE_VM_VM_PARAM_H
+ #include <vm/vm_param.h>
+ #endif
Home |
Main Index |
Thread Index |
Old Index