Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/08/2001 01:39:08
Module Name: basesrc
Committed By: lukem
Date: Sun Jan 7 23:39:08 UTC 2001
Modified Files:
basesrc/bin/sh: output.c
Log Message:
if HAVE_VASPRINTF (set ifdef BSD4_4), use vasprintf() instead of homegrown
code in doformat(). results in slightly smaller /bin/sh. idea suggested by
Witold J. Wnuk <witek@pd37.warszawa.sdi.tpnet.pl>, approved by christos.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/bin/sh/output.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.