You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/levee/files/levee-3.4o-darwin.patch

17 lines
318 B

--- 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()
{