Premysl 'Anydot' Hruby <dfe...@gmail.com> writes: > This is much cleaner and portable way of using SIGCHLD. It also > disallow existence of defunct processes, one which are executed for > example from .Xsession before (on the end) exec /path/../dwm
I contributed the original sigchld patch. I like your patch, Anydot. I wonder what people think of calling sigchld(0) from setup()? This would clean up any zombies immediately, and install the signal handler. Neale