[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.35 and 1.36

version 1.35, 2008/06/23 20:51:08 version 1.36, 2009/03/25 21:19:20
Line 147 
Line 147 
         const char **p;          const char **p;
         RCSFILE *file;          RCSFILE *file;
   
         openflags = O_WRONLY|O_CREAT|O_EXCL;          openflags = O_WRONLY | O_CREAT | O_EXCL;
         rcsflags = RCS_RDWR|RCS_CREATE;          rcsflags = RCS_WRITE | RCS_CREATE;
   
         if ((fd = open(path, openflags, 0444)) == -1)          if ((fd = open(path, openflags, 0444)) == -1)
                 fatal("init_mkfile: open: `%s': %s", path, strerror(errno));                  fatal("init_mkfile: open: `%s': %s", path, strerror(errno));

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36