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

Diff for /src/usr.bin/cvs/admin.c between version 1.60 and 1.61

version 1.60, 2008/06/11 01:43:35 version 1.61, 2008/06/13 17:15:13
Line 254 
Line 254 
                             strerror(errno));                              strerror(errno));
   
                 /* XXX: S_ISREG() check instead of blindly using CVS_FILE? */                  /* XXX: S_ISREG() check instead of blindly using CVS_FILE? */
                 ocf = cvs_file_get_cf(d, f, ofd, CVS_FILE, 0);                  ocf = cvs_file_get_cf(d, f, oldfilename, ofd, CVS_FILE, 0);
   
                 ocf->file_rcs = rcs_open(fpath, ofd, RCS_READ, 0444);                  ocf->file_rcs = rcs_open(fpath, ofd, RCS_READ, 0444);
                 if (ocf->file_rcs == NULL)                  if (ocf->file_rcs == NULL)

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61