summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2013-03-17 00:17:34 +0000
committergdt <gdt@pkgsrc.org>2013-03-17 00:17:34 +0000
commit082c95377c4c92f70cdff26a6130729f71722c38 (patch)
treef326de5403a9ad922bcf422502c208cfa5787c06 /net/net-snmp/patches
parentaecf814b676dfb6e4b74237af581d14b85d01438 (diff)
downloadpkgsrc-082c95377c4c92f70cdff26a6130729f71722c38.tar.gz
Fix nit in patch; ride previous bump
Diffstat (limited to 'net/net-snmp/patches')
-rw-r--r--net/net-snmp/patches/patch-am4
1 files changed, 2 insertions, 2 deletions
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: