X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2Fshared.c;h=5033dae7027a92731520b58864788fc905836d35;hb=1a3b6106010f5dc0a1c2b9e3a6adf460460146b4;hp=e972b7d5570b7518e865a79b1a7e27c685d8fe20;hpb=c2bcdbebcb9d3a974cd171f69792c2e611343744;p=hashcat.git diff --git a/src/shared.c b/src/shared.c index e972b7d..5033dae 100644 --- a/src/shared.c +++ b/src/shared.c @@ -2387,7 +2387,7 @@ int tty_fix() } #endif -#ifdef DARWIN +#if defined(DARWIN) || defined(__FreeBSD__) static struct termios savemodes; static int havemodes = 0;