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

Diff for /src/usr.bin/oldrdist/Attic/docmd.c between version 1.11 and 1.12

version 1.11, 1998/04/26 17:55:46 version 1.12, 1999/08/17 09:13:16
Line 552 
Line 552 
         if (nflag)          if (nflag)
                 return;                  return;
   
         if ((fd = open(file, 0)) < 0) {          if ((fd = open(file, O_RDONLY)) < 0) {
                 error("%s: %s\n", file, strerror(errno));                  error("%s: %s\n", file, strerror(errno));
                 return;                  return;
         }          }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12