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

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

version 1.14, 2001/12/07 09:18:08 version 1.15, 2002/02/16 21:27:54
Line 59 
Line 59 
 #include "systat.h"  #include "systat.h"
 #include "extern.h"  #include "extern.h"
   
 void showspace __P((char *header, int hlen, long blocksize));  void showspace(char *header, int hlen, long blocksize);
   
 static  long blocksize;  static  long blocksize;
 static  int hlen, nswap, rnswap;  static  int hlen, nswap, rnswap;

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