CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/08 15:44:00
Modified files:
usr.sbin/bgpd : log.c rde.c session.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@
