components/net-snmp/patches/025.7162956.util_funcs.patch
author Ronald Jordan <ron.jordan@oracle.com>
Tue, 11 Oct 2016 11:55:12 -0700
branchs11u3-sru
changeset 7085 cad8ee01213d
parent 876 46e15d3fb303
permissions -rw-r--r--
23206271 Upgrade cffi to 1.5.2 22871503 Upgrade cryptography to version 1.2.3 22520335 Integrate idna into Userland 22520346 Integrate ipaddress into Userland

--- 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;