Removed the silly need to set mailname = mailspace since now
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Fri, 25 Jun 1982 14:54:07 +0000 (06:54 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Fri, 25 Jun 1982 14:54:07 +0000 (06:54 -0800)
mailname is an array in its own right.

SCCS-vsn: usr.bin/mail/temp.c 2.2

usr/src/usr.bin/mail/temp.c

index c9fee2d..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      2.1 %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 = ".";