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/games-mud/powwow/files/powwow-1.2.22-musl-termios....

22 lines
464 B

https://bugs.gentoo.org/716584
--- a/src/follow.c
+++ b/src/follow.c
@@ -26,7 +26,6 @@
* many warnings, but seems to be necessary at times. works anyway.
*/
# include <termios.h>
-# include <termio.h>
# endif
/* #else USE_SGTTY */
#endif
--- a/src/tty.c
+++ b/src/tty.c
@@ -44,7 +44,6 @@
* many warnings, but seems to be necessary at times. works anyway.
*/
# include <termios.h>
-# include <termio.h>
# endif
/* #else USE_SGTTY */
#endif