From 082c95377c4c92f70cdff26a6130729f71722c38 Mon Sep 17 00:00:00 2001 From: gdt Date: Sun, 17 Mar 2013 00:17:34 +0000 Subject: Fix nit in patch; ride previous bump --- net/net-snmp/distinfo | 4 ++-- net/net-snmp/patches/patch-am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net/net-snmp') diff --git a/net/net-snmp/distinfo b/net/net-snmp/distinfo index 2a55351cb46..90c38b7db4f 100644 --- a/net/net-snmp/distinfo +++ b/net/net-snmp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.70 2013/03/17 00:15:28 gdt Exp $ +$NetBSD: distinfo,v 1.71 2013/03/17 00:17:34 gdt Exp $ SHA1 (net-snmp-5.7.2.tar.gz) = c493027907f32400648244d81117a126aecd27ee RMD160 (net-snmp-5.7.2.tar.gz) = 392d643e9f2f42ee4fa688b4702329ad005ee12e @@ -12,7 +12,7 @@ SHA1 (patch-agent_mibgroup_mibII_ipAddr.c) = cd3345a4b30fe2280d0555ee38feb5f957a SHA1 (patch-ai) = 04c2a487bad8705c9725ef4a62016051d3898970 SHA1 (patch-aj) = d110e996d0538d17251d39a5eed46df6944ba0fa SHA1 (patch-ak) = 50ac67db8a9ffc16d983b4192e74db25ef439321 -SHA1 (patch-am) = 85bd52b707e5693ae3c26de7ccd9f8fa3a91263b +SHA1 (patch-am) = 52858b71d4e75d813f134c2d006819108430c766 SHA1 (patch-ap) = 44a4ce6302457094ba2b200e4c47ff6c2a425746 SHA1 (patch-aq) = a8fe703d8902c2847ca6692af4400ddbf9cbe74b SHA1 (patch-da) = 40e8d78bad93ca12f4c08c43b86e7f13edafc299 diff --git a/net/net-snmp/patches/patch-am b/net/net-snmp/patches/patch-am index 4bc4e5ff770..035132c7428 100644 --- a/net/net-snmp/patches/patch-am +++ b/net/net-snmp/patches/patch-am @@ -1,4 +1,4 @@ -$NetBSD: patch-am,v 1.12 2013/03/17 00:15:29 gdt Exp $ +$NetBSD: patch-am,v 1.13 2013/03/17 00:17:34 gdt Exp $ --- agent/mibgroup/host/hr_swrun.c.orig 2012-10-09 22:28:58.000000000 +0000 +++ agent/mibgroup/host/hr_swrun.c @@ -9,8 +9,8 @@ $NetBSD: patch-am,v 1.12 2013/03/17 00:15:29 gdt Exp $ -#else +#elif defined darwin + long_return = -1; - long_return = 4; /* application */ +#else + long_return = 4; /* application */ #endif return (u_char *) & long_return; case HRSWRUN_STATUS: -- cgit v1.2.3