Cray-only patch (sync with cray). Patch by Brian Ginsbach in private mail.

This commit is contained in:
wiz 2001-08-29 00:32:26 +00:00
parent de0feee64b
commit be3b9c2ec5

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_term.c,v 1.28 2001/08/24 00:14:04 wiz Exp $ */ /* $NetBSD: sys_term.c,v 1.29 2001/08/29 00:32:26 wiz Exp $ */
/* /*
* Copyright (c) 1989, 1993 * Copyright (c) 1989, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; static char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
#else #else
__RCSID("$NetBSD: sys_term.c,v 1.28 2001/08/24 00:14:04 wiz Exp $"); __RCSID("$NetBSD: sys_term.c,v 1.29 2001/08/29 00:32:26 wiz Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */
@ -1835,6 +1835,9 @@ scrub_env()
"POSIXLY_CORRECT=", "POSIXLY_CORRECT=",
"TERMCAP=", "TERMCAP=",
"PRINTER=", "PRINTER=",
#ifdef CRAY
"TZ=",
#endif
NULL NULL
}; };