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)
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.


No differences found