CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/22 18:43:34
Modified files:
usr.sbin/pppd : main.c
Log message:
Change SIGCHLD handler to just set a flag.
We already call reap_kids() in multiple event loops so there is no
need to call waitpid() inside the handler itself.
OK denis@ deraadt@
