try leaving TTIN, TTOU alone

This commit is contained in:
rsc 2005-03-18 19:04:05 +00:00
parent 915734a70c
commit 1dd11f5932

View file

@ -59,8 +59,8 @@ static Sig sigs[] = {
SIGALRM, 0,
SIGTERM, 0,
SIGTSTP, Restart|Ignore,
SIGTTIN, Restart|Ignore,
SIGTTOU, Restart|Ignore,
/* SIGTTIN, Restart|Ignore, */
/* SIGTTOU, Restart|Ignore, */
SIGXCPU, 0,
SIGXFSZ, 0,
SIGVTALRM, 0,