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

Diff for /src/usr.bin/mail/temp.c between version 1.7 and 1.8

version 1.7, 1997/07/14 00:24:31 version 1.8, 1997/07/24 16:23:39
Line 52 
Line 52 
  */   */
   
 char    *tempMail;  char    *tempMail;
 char    *tempQuit;  
 char    *tempEdit;  char    *tempEdit;
 char    *tempResid;  
 char    *tempMesg;  
 char    *tmpdir;  char    *tmpdir;
   
 void  void
Line 76 
Line 73 
         }          }
   
         tempMail  = tempnam(tmpdir, "Rs");          tempMail  = tempnam(tmpdir, "Rs");
         tempResid = tempnam(tmpdir, "Rq");  
         tempQuit  = tempnam(tmpdir, "Rm");  
         tempEdit  = tempnam(tmpdir, "Re");          tempEdit  = tempnam(tmpdir, "Re");
         tempMesg  = tempnam(tmpdir, "Rx");  
   
         /*          /*
          * It's okay to call savestr in here because main will           * It's okay to call savestr in here because main will

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8