[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.16 and 1.17

version 1.16, 2001/12/07 09:18:08 version 1.17, 2002/02/16 21:27:54
Line 60 
Line 60 
 static  int numbers = 0;                /* default display bar graphs */  static  int numbers = 0;                /* default display bar graphs */
 static  int secs = 0;                   /* default seconds shown */  static  int secs = 0;                   /* default seconds shown */
   
 static int barlabels __P((int));  static int barlabels(int);
 static void histogram __P((double, int, double));  static void histogram(double, int, double);
 static int numlabels __P((int));  static int numlabels(int);
 static int stats __P((int, int, int));  static int stats(int, int, int);
 static void stat1 __P((int, int));  static void stat1(int, int);
   
   
 WINDOW *  WINDOW *

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17