CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/22 22:45:32
Modified files:
lib/libc/net : rcmdsh.c
Log message:
Use waitpid() instead of wait() to avoid returning early from another child
exiting, and loop the waitpid() on EINTR
ok deraadt@ millert@
