[BACK]Return to pool.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/pool.c between version 1.13 and 1.14

version 1.13, 2017/06/23 01:02:18 version 1.14, 2017/07/29 16:03:10
Line 496 
Line 496 
                 pc = &pool_caches[--i];                  pc = &pool_caches[--i];
                 free(pc->cache_cpus);                  free(pc->cache_cpus);
         }          }
           return (-1);
 }  }
   
 void  void

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14