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

Diff for /src/usr.bin/pctr/pctr.c between version 1.5 and 1.6

version 1.5, 2001/06/05 05:05:39 version 1.6, 2001/07/18 17:17:39
Line 12 
Line 12 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <unistd.h>
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
Line 442 
Line 443 
 int  int
 main (int argc, char **argv)  main (int argc, char **argv)
 {  {
   int fd;  
   u_int ctr;    u_int ctr;
   char *cp;    char *cp;
   u_int fn, fl = 0;    u_int fn, fl = 0;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6