[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.37 and 1.38

version 1.37, 2010/07/23 21:46:05 version 1.38, 2010/10/31 15:37:34
Line 174 
Line 174 
   
         (void)xsnprintf(rpath, MAXPATHLEN, "%s%s", path, RCS_FILE_EXT);          (void)xsnprintf(rpath, MAXPATHLEN, "%s%s", path, RCS_FILE_EXT);
   
         if ((file = rcs_open(rpath, fd, rcsflags, 0444)) == NULL)          if ((file = rcs_open(rpath, -1, rcsflags, 0444)) == NULL)
                 fatal("failed to create RCS file for `%s'", path);                  fatal("failed to create RCS file for `%s'", path);
   
         b = buf_load(path);          b = buf_load(path);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38