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 08:10:58 +0000 (00:10 -0800)
commit17853b6cdd152a6c53a3e3e11506e3a780e4991c
tree53c2904a98bf53a667846ff78911feedcca2ac07
parent227493554f87154f8aa0a1f124136f8766965278
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