[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.4 and 1.5

version 1.4, 2005/10/07 23:59:56 version 1.5, 2005/10/12 17:13:30
Line 38 
Line 38 
 #include "diff.h"  #include "diff.h"
 #include "rcsprog.h"  #include "rcsprog.h"
   
 extern char *__progname;  
 static int rcsclean_file(char *, RCSNUM *);  static int rcsclean_file(char *, RCSNUM *);
 static int nflag = 0;  static int nflag = 0;
 static int kflag = RCS_KWEXP_ERR;  static int kflag = RCS_KWEXP_ERR;
Line 112 
Line 111 
 void  void
 rcsclean_usage(void)  rcsclean_usage(void)
 {  {
         fprintf(stderr, "usage %s [-qV] [-r rev] [file] ...\n", __progname);          fprintf(stderr,
               "usage: rcsclean [-qV] [-r rev] [file] ...\n");
 }  }
   
 static int  static int

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