kientzle 2004/05/17 00:35:52 PDT FreeBSD src repository Modified files: usr.bin/tar util.c Log: Speed up safe_fprintf by copying to a temp buffer, then writing blocks at a time, rather than using putc(). Revision Changes Path 1.7 +32 -13 src/usr.bin/tar/util.c