Subject: CVS commit: pkgsrc/pkgtools/libnbcompat/files
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 07/19/2007 22:06:44
Module Name:	pkgsrc
Committed By:	tnn
Date:		Thu Jul 19 22:06:44 UTC 2007

Modified Files:
	pkgsrc/pkgtools/libnbcompat/files: snprintf.c

Log Message:
Replace "poor man's printf" implementation of (v)snprintf with an
imlementation using vfprintf. The advantage is that format strings behave
like other *printf functions on the host, the drawback is that it is slower.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/libnbcompat/files/snprintf.c

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