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
265 B

--- a/unixcall.c
+++ b/unixcall.c
@@ -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()
{