Use exit(3) instead of _exit(2) in the child processes.
authorrenato <renato@openbsd.org>
Mon, 8 Aug 2016 21:44:00 +0000 (21:44 +0000)
committerrenato <renato@openbsd.org>
Mon, 8 Aug 2016 21:44:00 +0000 (21:44 +0000)
commit1a0cb582fd7468efb5010e6b434db6f2e5a31e0f
tree9b1cbb4d45ba3fee7e58b2c5a0f953484466c821
parent220e0715a1e26cdc1979ef753c233b7c64238679
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@
usr.sbin/bgpd/log.c
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/session.c