*** process-unix.c- 2003-07-24 13:51:10.000000000 +0200 --- process-unix.c 2003-07-24 13:51:17.000000000 +0200 *************** *** 1008,1026 **** retry_close (in); retry_close (out); retry_close (err); - /* Close non-process-related file descriptors. It would be cleaner to - close just the ones that need to be, but the following brute - force approach is certainly effective, and not too slow. */ - - { - int fd; - - for (fd = 3; fd < MAXDESC; fd++) - retry_close (fd); - } - /* we've wrapped execve; it translates its arguments */ qxe_execve (new_argv[0], new_argv, env); stdout_out ("Can't exec program %s\n", new_argv[0]); --- 1008,1015 ----