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

Diff for /src/usr.bin/cvs/init.c between version 1.9 and 1.10

version 1.9, 2005/01/05 18:34:01 version 1.10, 2005/02/27 00:22:08
Line 128 
Line 128 
                         (void)close(fd);                          (void)close(fd);
   
                         strlcat(path, RCS_FILE_EXT, sizeof(path));                          strlcat(path, RCS_FILE_EXT, sizeof(path));
                         rfp = rcs_open(path, RCS_MODE_WRITE);                          rfp = rcs_open(path, RCS_WRITE, 0644);
                         if (rfp == NULL) {                          if (rfp == NULL) {
                                 return (EX_CANTCREAT);                                  return (EX_CANTCREAT);
                         }                          }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10