Date: Tue, 1 Oct 2002 06:22:14 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh output.c Message-ID: <200210011322.g91DMEwm007641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/10/01 06:22:14 PDT
Modified files:
bin/sh output.c
Log:
Replace a home-grown printf() clone with a fwopen() wrapper around
libc's vfprintf() that writes to a `struct output' instead of a file.
Inspired by NetBSD's similar changes (they used asprintf() instead).
Revision Changes Path
1.16 +23 -190 src/bin/sh/output.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210011322.g91DMEwm007641>
