Back out the previous commit.
This commit is contained in:
parent
18cc36fb15
commit
6c7de23fdb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user