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

Diff for /src/usr.bin/mail/lex.c between version 1.41 and 1.42

version 1.41, 2019/06/28 13:35:01 version 1.42, 2021/10/24 21:24:16
Line 108 
Line 108 
          * and set pointers.           * and set pointers.
          */           */
         readonly = 0;          readonly = 0;
         if ((i = open(name, O_WRONLY, 0)) == -1)          if ((i = open(name, O_WRONLY)) == -1)
                 readonly++;                  readonly++;
         else          else
                 (void)close(i);                  (void)close(i);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42