*: do not assign to stdout/stderr, it's not portable.
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 Jan 2010 17:49:22 +0000 (18:49 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 Jan 2010 17:49:22 +0000 (18:49 +0100)
commitc066472b0cfba62260ccb86d567a11c8b3d395e3
tree7e7827ab2a317eebeb1add39179790c62bc34e4f
parent1ee5afdce28d5a11987071f710c1d2fd493618cc
*: do not assign to stdout/stderr, it's not portable.

Based on patch by Aaron Carroll <xaaronc@gmail.com>

function                                             old     new   delta
time_main                                           1062    1052     -10
cpio_main                                            563     549     -14

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/cpio.c
libbb/xfuncs_printf.c
miscutils/time.c