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

Diff for /src/usr.bin/systat/iostat.c between version 1.14 and 1.15

version 1.14, 2001/11/23 22:20:06 version 1.15, 2001/12/07 07:57:35
Line 48 
Line 48 
   
 #include <string.h>  #include <string.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <nlist.h>
 #include <paths.h>  #include <paths.h>
 #include "systat.h"  #include "systat.h"
 #include "extern.h"  #include "extern.h"
Line 209 
Line 210 
   
         /*          /*
          * Interrupt CPU state not calculated yet.           * Interrupt CPU state not calculated yet.
          */           */
         for (i = 0; i < CPUSTATES; i++)          for (i = 0; i < CPUSTATES; i++)
                 stat1(row++, i);                  stat1(row++, i);
   

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