[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.2 and 1.3

version 1.2, 1996/06/11 12:53:51 version 1.3, 1996/09/16 02:26:09
Line 68 
Line 68 
                 tmpdir = _PATH_TMP;                  tmpdir = _PATH_TMP;
         }          }
   
         tempMail  = tempnam (tmpdir, "Rs");          tempMail  = tempnam(tmpdir, "Rs");
         tempResid = tempnam (tmpdir, "Rq");          tempResid = tempnam(tmpdir, "Rq");
         tempQuit  = tempnam (tmpdir, "Rm");          tempQuit  = tempnam(tmpdir, "Rm");
         tempEdit  = tempnam (tmpdir, "Re");          tempEdit  = tempnam(tmpdir, "Re");
         tempMesg  = tempnam (tmpdir, "Rx");          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.2  
changed lines
  Added in v.1.3