Moved manupulation of close-on-exec flags on std{in,out,err} into
authorMax Okumoto <okumoto@dragonflybsd.org>
Sun, 24 Apr 2005 12:43:43 +0000 (12:43 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Sun, 24 Apr 2005 12:43:43 +0000 (12:43 +0000)
commit0f3f80a6e60c09eb73b67033e15702971a8e8823
treef941e483c44bc298d7dda0d79810e983ef9a668a
parent54953e9568839b2f0c829610791287935777c424
Moved manupulation of close-on-exec flags on std{in,out,err} into
ProcExec().  The old code was broken in that it cleared all the
flags, not just close-on-exec.
usr.bin/make/job.c