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

Diff for /src/usr.bin/rcs/rcsclean.c between version 1.22 and 1.23

version 1.22, 2006/01/02 08:13:28 version 1.23, 2006/01/05 10:28:24
Line 26 
Line 26 
   
 #include "includes.h"  #include "includes.h"
   
 #include "log.h"  
 #include "rcs.h"  
 #include "diff.h"  
 #include "rcsprog.h"  #include "rcsprog.h"
   #include "diff.h"
   
 static int rcsclean_file(char *, RCSNUM *);  static int rcsclean_file(char *, RCSNUM *);
 static int nflag = 0;  static int nflag = 0;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23