Close stdin/stdout/stderr in child processes before exec()
authorSteven Luo <steven+maemo@steven676.net>
Fri, 5 Feb 2010 07:06:35 +0000 (23:06 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 5 Feb 2010 07:06:35 +0000 (23:06 -0800)
commitd8d8d1ed9bd347c8bf6c21e66eba7bf3c5c2b2b1
tree00901ee752133bcad734dfebe0f8ee7fac16cc17
parent70ccf6a131241d1a078265739ca07455e2282ff9
Close stdin/stdout/stderr in child processes before exec()

stdout/stderr output from the browser processes we exec() is noisy,
useless, and getting in the way of our debugging output.  Fix this by
throwing it away.
launcher.c