[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.55 and 1.56

version 1.55, 2008/02/04 15:07:32 version 1.56, 2008/03/09 01:54:03
Line 249 
Line 249 
                             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);                  ocf = cvs_file_get_cf(d, f, 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.55  
changed lines
  Added in v.1.56