[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.8 and 1.9

version 1.8, 1997/07/24 16:23:39 version 1.9, 1997/07/24 17:27:13
Line 51 
Line 51 
  * Give names to all the temporary files that we will need.   * Give names to all the temporary files that we will need.
  */   */
   
 char    *tempMail;  
 char    *tempEdit;  
 char    *tmpdir;  char    *tmpdir;
   
 void  void
Line 71 
Line 69 
                 *cp = '\0';                  *cp = '\0';
                 cp--;                  cp--;
         }          }
   
         tempMail  = tempnam(tmpdir, "Rs");  
         tempEdit  = tempnam(tmpdir, "Re");  
   
         /*          /*
          * 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.8  
changed lines
  Added in v.1.9