Commit ID: 10050B906D807506D4B CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/30 19:20:03 UTC
Modified files:
bin/mksh : jobs.c
Log message:
tty_close() before exec() is not necessary, it’s FD_CLOEXEC anyway
only tty_close() left are now after the early init in main, which
is new, and when not FTALKING…
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.89 -r1.90 src/bin/mksh/jobs.c
