K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-04-27T22:41:41.000000Z K 7 svn:log V 287 Avoid the user-visible effect of setting SA_NOCLDWAIT when the SIGCHLD handler is SIG_IGN. This is a reimplementation of the problematic revision 1.131 of kern_exit.c. To avoid accessing process UPAGES, we set a new procsig flag when the SIGCHLD handler is SIG_IGN and use that instead. END