CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/08 15:42:14
Modified files:
usr.sbin/ldpd : lde.c ldpe.c log.c
Log message:
Use exit(3) instead of _exit(2) in the child processes.
Since recently the child processes call exec() after fork(), so they should
stop using _exit(2) and use exit(3) instead when shutting down.
Ok claudio@
