summaryrefslogtreecommitdiff
path: root/games-mud/powwow/files/powwow-1.2.22-musl-termios.patch
blob: c8d9192279a66e7bdbedbc688612e167838ac83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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