CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/10/01 17:23:19

Modified files:
        usr.bin/tmux   : client.c 

Log message:
Call waitpid on SIGCHLD even if client not attached, it is possible (on
very slow platforms) for the first daemon() child to still be running
when client_attached is set so we end up with a zombie. From J Raynor.

Reply via email to