=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/temp.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mail/temp.c 1996/09/16 02:26:09 1.3 --- src/usr.bin/mail/temp.c 1996/10/28 00:42:21 1.4 *************** *** 1,4 **** ! /* $OpenBSD: temp.c,v 1.3 1996/09/16 02:26:09 deraadt Exp $ */ /* $NetBSD: temp.c,v 1.5 1996/06/08 19:48:42 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: temp.c,v 1.4 1996/10/28 00:42:21 millert Exp $ */ /* $NetBSD: temp.c,v 1.5 1996/06/08 19:48:42 christos Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: temp.c,v 1.3 1996/09/16 02:26:09 deraadt Exp $"; #endif #endif /* not lint */ --- 38,44 ---- #if 0 static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: temp.c,v 1.4 1996/10/28 00:42:21 millert Exp $"; #endif #endif /* not lint */ *************** *** 92,98 **** } else myname = savestr(cp); } ! if ((cp = getenv("HOME")) == NOSTR) cp = "."; homedir = savestr(cp); if (debug) --- 92,98 ---- } else myname = savestr(cp); } ! if ((cp = getenv("HOME")) == NOSTR || strlen(getenv("HOME")) >= PATHSIZE) cp = "."; homedir = savestr(cp); if (debug)