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

Diff for /src/usr.bin/mail/v7.local.c between version 1.15 and 1.16

version 1.15, 2009/10/27 23:59:40 version 1.16, 2015/11/11 01:12:10
Line 72 
Line 72 
 {  {
   
         if (value("keep") != NULL || rm(mailname) < 0)          if (value("keep") != NULL || rm(mailname) < 0)
                 (void)close(creat(mailname, 0600));                  (void)close(open(mailname, O_CREAT | O_TRUNC | O_WRONLY, 0600));
 }  }
   
 /*  /*

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16