[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.10 and 1.11

version 1.10, 1998/05/04 05:37:53 version 1.11, 1998/06/12 17:15:24
Line 86 
Line 86 
 demail()  demail()
 {  {
   
         if (value("keep") != NULL)          if (value("keep") != NULL || truncate(mailname, 0) == -1)
                 (void)truncate(mailname, 0);                  (void)close(creat(mailname, 0600));
 }  }
   
 /*  /*

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