diff options
author | rsc <devnull@localhost> | 2005-03-18 19:04:05 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 19:04:05 +0000 |
commit | 1dd11f5932365ba0e55ecd3aed6428626335fc1d (patch) | |
tree | a40b9a154f9f2f42df0fc4c3816ec109bdaa3ed6 | |
parent | 915734a70cf929702f84671c8ea63d483acd34db (diff) | |
download | plan9port-1dd11f5932365ba0e55ecd3aed6428626335fc1d.tar.gz plan9port-1dd11f5932365ba0e55ecd3aed6428626335fc1d.tar.bz2 plan9port-1dd11f5932365ba0e55ecd3aed6428626335fc1d.zip |
try leaving TTIN, TTOU alone
-rw-r--r-- | src/lib9/notify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib9/notify.c b/src/lib9/notify.c index 17388395..9c8012cf 100644 --- a/src/lib9/notify.c +++ b/src/lib9/notify.c @@ -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, |