Null definition of sigchild() added if SIGRETRO is undefined.
[unix-history] / usr / src / usr.bin / mail / temp.c
index bef0669..735f21c 100644 (file)
@@ -8,7 +8,7 @@
  * Give names to all the temporary files that we will need.
  */
 
  * Give names to all the temporary files that we will need.
  */
 
-static char *SccsId = "@(#)temp.c      1.3 %G%";
+static char *SccsId = "@(#)temp.c      2.2 %G%";
 
 char   tempMail[14];
 char   tempQuit[14];
 
 char   tempMail[14];
 char   tempQuit[14];
@@ -53,7 +53,6 @@ tinit()
                else
                        copy(uname, myname);
        }
                else
                        copy(uname, myname);
        }
-       mailname = mailspace;
        cp = value("HOME");
        if (cp == NOSTR)
                cp = ".";
        cp = value("HOME");
        if (cp == NOSTR)
                cp = ".";