[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.31 and 1.32

version 1.31, 2006/04/13 00:58:25 version 1.32, 2006/04/13 16:23:31
Line 42 
Line 42 
 {  {
         int i, ch;          int i, ch;
         char *rev_str;          char *rev_str;
         RCSNUM *rev;  
         DIR *dirp;          DIR *dirp;
         struct dirent *dp;          struct dirent *dp;
   
         rev = RCS_HEAD_REV;  
         rev_str = NULL;          rev_str = NULL;
   
         while ((ch = rcs_getopt(argc, argv, "k:n::q::r:Tu::Vx::")) != -1) {          while ((ch = rcs_getopt(argc, argv, "k:n::q::r:Tu::Vx::")) != -1) {

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32