* popen.scm (open-process): after forking, close all ports except
authorGary Houston <ghouston@arglist.com>
Mon, 10 Apr 2000 21:55:53 +0000 (21:55 +0000)
committerGary Houston <ghouston@arglist.com>
Mon, 10 Apr 2000 21:55:53 +0000 (21:55 +0000)
commit70cb4fa6ace808d068d8b8f94d5e2fda9d759d5e
treea32fdf31d25618a7a6c5faee594a849d7f6c6080
parent1cf49a85c916be1e1b7d4b551332e21ed330f54f
* popen.scm (open-process): after forking, close all ports except
the end of the pipe to the parent.  otherwise move->fdes and
the exec'd program and the exit handlers can interfere with file
descriptors still in use in parent ports.
ice-9/popen.scm