]> git.tuebingen.mpg.de Git - paraslash.git/commit
Do not call close_listed_fds() in para_exec().
authorAndre Noll <maan@systemlinux.org>
Mon, 7 Apr 2008 17:46:57 +0000 (19:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 7 Apr 2008 17:46:57 +0000 (19:46 +0200)
commit86a605e4502fda6ef7fcac4cdf9f765d86438413
treeb035b2ab9f2a8cf4feba686f5b9090e9b849d2c8
parent93ea9f34dcb35755568e6c94f9b9445fd4d1984a
Do not call close_listed_fds() in para_exec().

para_fade and para_gui, the only two users of exec.o, do not care
about the close on fork list. So do not link close_on_fork.o into
these executables.
configure.ac
exec.c