Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/27/2001 17:21:16
Module Name:	basesrc
Committed By:	atatat
Date:		Fri Apr 27 14:21:16 UTC 2001

Modified Files:
	basesrc/lib/libc/time: localtime.c

Log Message:
If the TZ environment variable was set to the empty string, a call to
ctime() would get a bus error (or a segmentation fault).  Setting these
variables eliminates that problem.

Fixes pr lib/12750.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/lib/libc/time/localtime.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.