]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Speed up safe_fprintf by copying to a temp buffer, then writing
authorkientzle <kientzle@FreeBSD.org>
Mon, 17 May 2004 07:35:52 +0000 (07:35 +0000)
committerkientzle <kientzle@FreeBSD.org>
Mon, 17 May 2004 07:35:52 +0000 (07:35 +0000)
commitcf027fa3ed2ea8c372b4e9727674c20c289f348b
treed35afa22234fd34b1bafc163c14e28b855b3752d
parentc2f5be1df1cb1b4fd4663cc9eaddd75c29dfd184
Speed up safe_fprintf by copying to a temp buffer, then writing
blocks at a time, rather than using putc().
usr.bin/tar/util.c