Trying to set FD_CLOEXEC on every fd is a lost cause, just use
commitf56b4ec2ffa6d5667a3bd86040a1c771c1de33a5
authorNicholas Marriott <nicm@openbsd.org>
Sat, 16 Oct 2010 08:31:55 +0000 (16 08:31 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Sat, 16 Oct 2010 08:31:55 +0000 (16 08:31 +0000)
treea06294130e18067eca755eb7e91ad6faa548e55c
parent6c42f1a89e16d69d5fe24bb8b3f6b37148cfa308
Trying to set FD_CLOEXEC on every fd is a lost cause, just use
closefrom() before exec.
client.c
cmd-pipe-pane.c
job.c
server-client.c
server.c
tmux.c
tty.c
window.c