210-termios_fix.patch 256 B

1234567891011
  1. --- a/crypto/ui/ui_openssl.c
  2. +++ b/crypto/ui/ui_openssl.c
  3. @@ -190,7 +190,7 @@
  4. # undef SGTTY
  5. #endif
  6. -#if defined(linux) && !defined(TERMIO)
  7. +#if defined(linux) && !defined(TERMIO) && !defined(TERMIOS)
  8. # undef TERMIOS
  9. # define TERMIO
  10. # undef SGTTY