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

Diff for /src/usr.bin/cvs/commit.c between version 1.102 and 1.103

version 1.102, 2007/01/31 21:07:35 version 1.103, 2007/02/01 20:33:03
Line 270 
Line 270 
                         fatal("cvs_commit_local: %s", strerror(errno));                          fatal("cvs_commit_local: %s", strerror(errno));
   
                 cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd,                  cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd,
                     rcsflags, 0600);                      rcsflags, 0444);
                 if (cf->file_rcs == NULL)                  if (cf->file_rcs == NULL)
                         fatal("cvs_commit_local: failed to create RCS file "                          fatal("cvs_commit_local: failed to create RCS file "
                             "for %s", cf->file_path);                              "for %s", cf->file_path);

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103