Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/03/2004 11:19:05
Module Name:	src
Committed By:	drochner
Date:		Wed Mar  3 11:19:05 UTC 2004

Modified Files:
	src/lib/libc/stdio: vfprintf.c

Log Message:
Don't zero a floating point variable on entry -- this causes the FPU to
be allocated needlessly by almost every program (at least on i386/amd64).


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/lib/libc/stdio/vfprintf.c

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