conkeror-spawn-helper.c: redirect STDIN and STDOUT to /dev/null rather than leaving...
commitd2597ea53882714f884074f41da67e7445814715
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>
Sun, 10 Feb 2013 01:14:28 +0000 (9 17:14 -0800)
committerJeremy Maitin-Shepard <jeremy@jeremyms.com>
Sun, 10 Feb 2013 01:14:28 +0000 (9 17:14 -0800)
tree69e15b763be8eb6065600f0150950b88f289ee00
parent4c11297e497a31a2be907d0778221700e51bb64a
conkeror-spawn-helper.c: redirect STDIN and STDOUT to /dev/null rather than leaving them closed

Some programs except STDIN and STDOUT to always be valid file
descriptors, and don't behave properly if they aren't available.
conkeror-spawn-helper.c