components/net-snmp/patches/025.7162956.util_funcs.patch
changeset 1679 51291a5fd692
parent 876 46e15d3fb303
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/net-snmp/patches/025.7162956.util_funcs.patch	Thu Jan 30 13:44:37 2014 -0800
@@ -0,0 +1,11 @@
+--- 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;