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

Diff for /src/usr.bin/systat/vmstat.c between version 1.92 and 1.93

version 1.92, 2022/02/20 00:09:29 version 1.93, 2022/02/22 03:33:12
Line 59 
Line 59 
   
 #define MAXIMUM(a, b)   (((a) > (b)) ? (a) : (b))  #define MAXIMUM(a, b)   (((a) > (b)) ? (a) : (b))
 #define MINIMUM(a, b)   (((a) < (b)) ? (a) : (b))  #define MINIMUM(a, b)   (((a) < (b)) ? (a) : (b))
   #define nitems(_a)      (sizeof((_a)) / sizeof((_a)[0]))
   
 static struct Info {  static struct Info {
         struct  cpustats cpustats;          struct  cpustats cpustats;

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93