Back out the previous commit.

This commit is contained in:
jkh 1995-03-31 11:48:35 +00:00
parent 3242e11e95
commit 4eaa6129d2

View File

@ -461,6 +461,8 @@ int getuserinfo(void)
(void) Strncpy(uinfo.homedir, pw->pw_dir);
cp = getenv("MAIL");
#ifndef __FreeBSD__
if (cp == NULL)
cp = getenv("MAILPATH");
if (cp == NULL)
cp = getenv("MAILPATH");
if (cp == NULL)