Use exit(3) instead of _exit(2) in the child processes.
authorrenato <renato@openbsd.org>
Mon, 8 Aug 2016 21:42:13 +0000 (21:42 +0000)
committerrenato <renato@openbsd.org>
Mon, 8 Aug 2016 21:42:13 +0000 (21:42 +0000)
commit220e0715a1e26cdc1979ef753c233b7c64238679
tree62a4b69c768d88bf9fe916e11f393774352131c1
parenta80b52f6dbad5fd928c4ec3178307f6a16c9b0c3
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/ldpd/lde.c
usr.sbin/ldpd/ldpe.c
usr.sbin/ldpd/log.c