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

Diff for /src/usr.bin/rcs/buf.c between version 1.28 and 1.29

version 1.28, 2019/06/28 13:35:03 version 1.29, 2021/10/24 21:24:17
Line 94 
Line 94 
   
         buf = NULL;          buf = NULL;
   
         if ((fd = open(path, O_RDONLY, 0600)) == -1)          if ((fd = open(path, O_RDONLY)) == -1)
                 goto out;                  goto out;
   
         if (fstat(fd, &st) == -1)          if (fstat(fd, &st) == -1)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29