commit | 4ee543e58c5e6cf5ef0b94dfec752dadbbd063d3 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Mar 18 19:03:25 2005 +0000 |
committer | rsc <devnull@localhost> | Fri Mar 18 19:03:25 2005 +0000 |
tree | 2bfb7c9dbe3dcc28e639d734df00cceb33b1be88 | |
parent | ca30274bd90f09b6d19d36b87278fdb40efddada [diff] [blame] |
try harder to put background jobs in background; do not print in response to SIGPIPE
diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h index 0996eec..3e79617 100644 --- a/src/cmd/rc/rc.h +++ b/src/cmd/rc/rc.h
@@ -9,6 +9,9 @@ #ifdef Plan9 #include <u.h> #include <libc.h> +#undef NSIG +#undef SIGINT +#undef SIGQUIT #define NSIG 32 #define SIGINT 2 #define SIGQUIT 3