Subject: CVS commit: [netbsd-2-0] src/lib/libc/time
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 05/14/2004 06:23:54
Module Name:	src
Committed By:	jdc
Date:		Fri May 14 06:23:54 UTC 2004

Modified Files:
	src/lib/libc/time [netbsd-2-0]: strftime.c

Log Message:
Pull up revision 1.15 (requested by kleink in ticket #321).

Don't use tm_zone for %Z: a strictly conforming ISO C application won't
initialize it.  Addresses PR standards/21722 from Richard Earnshaw.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 src/lib/libc/time/strftime.c

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