summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches/patch-ek
blob: 01c996b56bcc066ee1f943c6ac795b5d90678df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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;