components/net-snmp/patches/025.7162956.util_funcs.patch
author Lijo George<lijo.x.george@oracle.com>
Mon, 07 Apr 2014 23:33:19 -0700
branchs11u1-sru
changeset 3061 1a35d68e86e3
parent 876 46e15d3fb303
permissions -rw-r--r--
15805491 SUNBT7186103 Net-SNMP hrFSStorageIndex incorrect

--- a/agent/mibgroup/util_funcs.c	2007-01-11 23:13:56.000000000 +0100
+++ b/agent/mibgroup/util_funcs.c	2012-06-01 13:20:07.243670066 +0200
@@ -254,7 +254,7 @@
 #if HAVE_EXECV
     char            cachefile[STRMAX];
     char            cache[NETSNMP_MAXCACHESIZE];
-    ssize_t         cachebytes;
+    int             cachebytes;
     int             cfd;
 #ifdef NETSNMP_EXCACHETIME
     long            curtime;