CVSROOT:        /cvs
Module name:    src
Changes by:     es...@cvs.openbsd.org   2016/03/05 06:12:12

Modified files:
        usr.bin/make   : cmd_exec.c 

Log message:
safer pattern: if you're interested in one child, get THAT one, don't steal
children from other parts of the program.

In that case, there's no reason to try to catch other process.
1/ they don't exist
2/ if they did, stealing their status would be bad.

okay deraadt@

Reply via email to