Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Steve Rumble <rumble@netbsd.org>
List: source-changes
Date: 03/18/2006 05:46:04
Module Name:	src
Committed By:	rumble
Date:		Sat Mar 18 05:46:04 UTC 2006

Modified Files:
	src/lib/libc/stdio: printf.3

Log Message:
Note that for asprintf and vasprintf it is more portable to check for
a -1 return, rather than ret being set to NULL on error.

From Otto Moerbeek.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/lib/libc/stdio/printf.3

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