aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-27 15:56:23 +0000
committerrsc <devnull@localhost>2005-11-27 15:56:23 +0000
commit430976597fd86013e1e8b74e4cd78e7259b31272 (patch)
treeac3eb0b14defd800b9ea5130d12b3af6d4b67938 /src/cmd/9term
parentd912fcd8b713ec9ceddf1ccfa2ac4e4755872555 (diff)
downloadplan9port-430976597fd86013e1e8b74e4cd78e7259b31272.tar.gz
plan9port-430976597fd86013e1e8b74e4cd78e7259b31272.tar.bz2
plan9port-430976597fd86013e1e8b74e4cd78e7259b31272.zip
OS X fix
Diffstat (limited to 'src/cmd/9term')
-rw-r--r--src/cmd/9term/dat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/9term/dat.h b/src/cmd/9term/dat.h
index cf7aa9f9..982eea18 100644
--- a/src/cmd/9term/dat.h
+++ b/src/cmd/9term/dat.h
@@ -2,6 +2,9 @@
#undef Borderwidth
#define Borderwidth 0
+#undef TRUE /* OS X */
+#undef FALSE
+
typedef struct Consreadmesg Consreadmesg;
typedef struct Conswritemesg Conswritemesg;
typedef struct Stringpair Stringpair;