summaryrefslogtreecommitdiff
blob: 9481b1a3ade9f20b141688ccbd81bfe0e0ac2291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- unixcall.c.orig	2007-03-18 17:46:05 +0100
+++ unixcall.c	2007-03-18 17:51:13 +0100
@@ -77,6 +77,13 @@
 static int ioset = 0;
 static struct termios old;
 
+#if defined(__MACH__)
+# define TCGETS TIOCGETA
+# define TCSETS TIOCSETA
+# define TCGETA TIOCGETA
+# define TCSETAF TIOCSETAF
+#endif
+
 void
 initcon()
 {