CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/08 10:48:53
Modified files:
usr.sbin/eigrpd: eigrpe.c log.c rde.c
Log message:
rde and eigrpe should use exit(3) instead of _exit(2)
Since recently these processes call exec() after fork(), so they should
stop using _exit(2) and use exit(3) instead when shutting down.
ok claudio@
