Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC
authorguenther <guenther@openbsd.org>
Sun, 10 Aug 2014 02:44:26 +0000 (02:44 +0000)
committerguenther <guenther@openbsd.org>
Sun, 10 Aug 2014 02:44:26 +0000 (02:44 +0000)
commitbf50f91730779ddd98675df65270c10900ed24ef
treecac9547f561159b68988f5d09d64362a878e56a1
parent5554fd55af07b1586b2b5f7b7150076726da70da
Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC

ok matthew@ millert@
bin/ksh/io.c
bin/ksh/tty.c