[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.32 and 1.33

version 1.32, 2002/02/16 00:18:09 version 1.33, 2002/02/16 21:27:54
Line 96 
Line 96 
   
 static  enum state { BOOT, TIME, RUN } state = TIME;  static  enum state { BOOT, TIME, RUN } state = TIME;
   
 static void allocinfo __P((struct Info *));  static void allocinfo(struct Info *);
 static void copyinfo __P((struct Info *, struct Info *));  static void copyinfo(struct Info *, struct Info *);
 static float cputime __P((int));  static float cputime(int);
 static void dinfo __P((int, int));  static void dinfo(int, int);
 static void getinfo __P((struct Info *, enum state));  static void getinfo(struct Info *, enum state);
 static void putint __P((int, int, int, int));  static void putint(int, int, int, int);
 static void putfloat __P((double, int, int, int, int, int));  static void putfloat(double, int, int, int, int, int);
 static int ucount __P((void));  static int ucount(void);
   
 static  int ut;  static  int ut;
 static  char buf[26];  static  char buf[26];

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33