[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.38 and 1.39

version 1.38, 2006/04/21 14:18:26 version 1.39, 2006/04/21 17:17:29
Line 138 
Line 138 
         file = NULL;          file = NULL;
         rev = NULL;          rev = NULL;
   
         if (rcs_statfile(fname, fpath, sizeof(fpath)) < 0)          if (rcs_statfile(fname, fpath, sizeof(fpath), flags) < 0)
                 goto out;                  goto out;
   
         if ((file = rcs_open(fpath, RCS_RDWR)) == NULL)          if ((file = rcs_open(fpath, RCS_RDWR)) == NULL)

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39