diff options
-rw-r--r-- | src/cmd/rc/exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c index ae2aa867..e9fb4440 100644 --- a/src/cmd/rc/exec.c +++ b/src/cmd/rc/exec.c @@ -1,6 +1,9 @@ #include <u.h> #include <signal.h> #include <sys/ioctl.h> +#if defined(PLAN9PORT) && defined(__sun__) +# define BSD_COMP /* sigh. for TIOCNOTTY */ +#endif #include "rc.h" #include "getflags.h" #include "exec.h" |