[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.19 and 1.20

version 1.19, 2019/06/28 13:35:04 version 1.20, 2024/05/18 09:02:34
Line 146 
Line 146 
 int     pool_cache_sort_put_callback(const void *, const void *);  int     pool_cache_sort_put_callback(const void *, const void *);
 int     pool_cache_sort_lreq_callback(const void *, const void *);  int     pool_cache_sort_lreq_callback(const void *, const void *);
 int     pool_cache_sort_lput_callback(const void *, const void *);  int     pool_cache_sort_lput_callback(const void *, const void *);
 int     pool_cache_kbd_cb(int);  
   
 field_def pool_cache_fields[] = {  field_def pool_cache_fields[] = {
         {"NAME", 12, 32, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},          {"NAME", 12, 32, 1, FLD_ALIGN_LEFT, -1, 0, 0, 0},

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20