diff options
Diffstat (limited to 'net/net-snmp/patches/patch-eb')
-rw-r--r-- | net/net-snmp/patches/patch-eb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/net-snmp/patches/patch-eb b/net/net-snmp/patches/patch-eb new file mode 100644 index 00000000000..94cea3b1188 --- /dev/null +++ b/net/net-snmp/patches/patch-eb @@ -0,0 +1,13 @@ +$NetBSD: patch-eb,v 1.1 2006/10/01 20:08:29 seb Exp $ + +--- agent/agent_registry.c.orig 2006-06-13 12:50:36.000000000 +0000 ++++ agent/agent_registry.c +@@ -1458,7 +1458,7 @@ netsnmp_subtree_find_prev(oid *name, siz + lookup_cache *lookup_cache = NULL; + netsnmp_subtree *myptr = NULL, *previous = NULL; + int cmp = 1; +- int ll_off = 0; ++ size_t ll_off = 0; + + if (subtree) { + myptr = subtree; |