$NetBSD: patch-ek,v 1.1 2006/10/01 20:08:29 seb Exp $

--- include/net-snmp/types.h.orig	2006-05-26 16:36:06.000000000 +0000
+++ include/net-snmp/types.h
@@ -162,7 +162,7 @@ typedef unsigned INT64_T uint64_t;
  */
 
     typedef struct netsnmp_index_s {
-       int          len;
+       size_t       len;
        oid         *oids;
     } netsnmp_index;
 
