From d8e3948cc1b14d852265e162e5625adb76942cba Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 2 Apr 1995 00:16:09 +0000 Subject: [PATCH] Finally restore my original MAIL fix after all junk patches. --- usr.bin/ncftp/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/ncftp/main.c b/usr.bin/ncftp/main.c index 13c5fb0f6c3f..49adfa7c1597 100644 --- a/usr.bin/ncftp/main.c +++ b/usr.bin/ncftp/main.c @@ -461,8 +461,6 @@ 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("mail"); if (cp == NULL)