components/net-snmp/patches/025.7162956.util_funcs.patch
changeset 1301 636f7c363f41
parent 1300 28b2a59f68b0
child 1302 4838d241e95c
equal deleted inserted replaced
1300:28b2a59f68b0 1301:636f7c363f41
     1 --- a/agent/mibgroup/util_funcs.c	2007-01-11 23:13:56.000000000 +0100
       
     2 +++ b/agent/mibgroup/util_funcs.c	2012-06-01 13:20:07.243670066 +0200
       
     3 @@ -254,7 +254,7 @@
       
     4  #if HAVE_EXECV
       
     5      char            cachefile[STRMAX];
       
     6      char            cache[NETSNMP_MAXCACHESIZE];
       
     7 -    ssize_t         cachebytes;
       
     8 +    int             cachebytes;
       
     9      int             cfd;
       
    10  #ifdef NETSNMP_EXCACHETIME
       
    11      long            curtime;