toops - 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 f9888587c7ddef21afbcd5d3d8373e66462a8832
(DIR) parent 29412e1c31070ae006ced13ff614ea3690518cc0
(HTM) Author: rsc <devnull@localhost>
Date: Mon, 21 May 2007 21:09:24 +0000
oops
Diffstat:
M src/cmd/test.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/cmd/test.c b/src/cmd/test.c
t@@ -12,6 +12,8 @@
#include <u.h>
#include <libc.h>
+#define isatty plan9_isatty
+
#define EQ(a,b) ((tmp=a)==0?0:(strcmp(tmp,b)==0))
int ap;