diff --git a/src/terminal.c b/src/terminal.c index 1f7e58538..0898ad47b 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -490,7 +490,7 @@ int tty_fix () } #endif -#if defined (__APPLE__) || defined (__FreeBSD__) +#if defined (__APPLE__) static struct termios savemodes; static int havemodes = 0;