tstupid sun - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7ce3f20d73df41eaed90f26741325c4d7e1c0013
(DIR) parent 29ee83f08013da9a70666329a5b1d9d0ad86bf0c
(HTM) Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 03:54:01 +0000
stupid sun
Diffstat:
M src/cmd/rc/exec.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c
t@@ -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"