[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.13 and 1.14

version 1.13, 2001/11/19 19:02:16 version 1.14, 2001/11/23 22:20:06
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 210 
Line 209 
   
         /*          /*
          * 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.13  
changed lines
  Added in v.1.14