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

Diff for /src/usr.bin/systat/pigs.c between version 1.12 and 1.13

version 1.12, 2001/12/07 09:18:08 version 1.13, 2002/02/16 21:27:54
Line 63 
Line 63 
 #include "extern.h"  #include "extern.h"
 #include "systat.h"  #include "systat.h"
   
 int compar __P((const void *, const void *));  int compar(const void *, const void *);
   
 static int nproc;  static int nproc;
 static struct p_times {  static struct p_times {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13