[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.6 and 1.7

version 1.6, 2004/08/12 20:09:58 version 1.7, 2004/12/06 21:03:12
Line 110 
Line 110 
                                     path);                                      path);
                                 return (EX_CANTCREAT);                                  return (EX_CANTCREAT);
                         }                          }
                 }                  } else if (cvsroot_files[i].cf_type == CFT_FILE) {
                 else if (cvsroot_files[i].cf_type == CFT_FILE) {  
                         fd = open(path, O_WRONLY|O_CREAT|O_EXCL,                          fd = open(path, O_WRONLY|O_CREAT|O_EXCL,
                             cvsroot_files[i].cf_mode);                              cvsroot_files[i].cf_mode);
                         if (fd == -1) {                          if (fd == -1) {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7