rde and eigrpe should use exit(3) instead of _exit(2)
authorrenato <renato@openbsd.org>
Mon, 8 Aug 2016 16:48:53 +0000 (16:48 +0000)
committerrenato <renato@openbsd.org>
Mon, 8 Aug 2016 16:48:53 +0000 (16:48 +0000)
commitbeaf8b10db6659e9286b2e90c46a23e26239a6a1
treed60d0ac6424b4c60ce9ba5d1e1ca9b274c70d11e
parent00f5e67face1b66f4db4de03839ed1775951758e
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@
usr.sbin/eigrpd/eigrpe.c
usr.sbin/eigrpd/log.c
usr.sbin/eigrpd/rde.c