CVSROOT:        /cvs
Module name:    src
Changes by:     ren...@cvs.openbsd.org  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@

Reply via email to