CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2015/10/22 22:52:21

Modified files:
        lib/libc/gen   : auth_subr.c 

Log message:
Fix waitpid() loop again: do the errno check only if waitpid() returns -1
and check WIFEXITED() only if it returns != -1.  Delete the logging of
errors other than ECHILD: EFAULT and EINVAL are impossible here.

ok deraadt@ millert@

Reply via email to