-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Only termios.h now, the following patch fixes the issue:
- --- examples/rlfe/os.h.orig 2010-01-21 18:19:18 +0100 +++ examples/rlfe/os.h 2010-01-21 18:20:44 +0100 @@ -186,7 +186,7 @@ * terminal handling */ - -#ifdef POSIX +#if defined(POSIX) || defined(__FreeBSD__) # include <termios.h> # ifdef hpux # include <bsdtty.h> See also http://bugs.gentoo.org/show_bug.cgi?id=301508 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEAREDAAYFAkuoxlgACgkQgvV6MZSadQqoPQCfaeWhMCq8HNX7qNnDVh0yTM2q p4MAn2n1R+zunVAGpuq/kdA5BICI2fTd =R0Z4 -----END PGP SIGNATURE----- _______________________________________________ Bug-readline mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-readline
