Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls.
authormillert <millert@openbsd.org>
Mon, 26 Oct 2015 15:16:30 +0000 (15:16 +0000)
committermillert <millert@openbsd.org>
Mon, 26 Oct 2015 15:16:30 +0000 (15:16 +0000)
commit5ce06057bae089b324728019ffece0c94d3cc089
tree07635e97710d872985c4295a8864f887a77844c5
parentfba7235c8f065143ebcde5dd90e0f7eb8ce85042
Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls.
OK guenther@
usr.sbin/cron/cron.c
usr.sbin/cron/misc.c