diff options
Diffstat (limited to 'games-mud/powwow/files/powwow-1.2.22-musl-termios.patch')
-rw-r--r-- | games-mud/powwow/files/powwow-1.2.22-musl-termios.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games-mud/powwow/files/powwow-1.2.22-musl-termios.patch b/games-mud/powwow/files/powwow-1.2.22-musl-termios.patch new file mode 100644 index 000000000000..4cab065d27b1 --- /dev/null +++ b/games-mud/powwow/files/powwow-1.2.22-musl-termios.patch @@ -0,0 +1,24 @@ +diff --git a/src/follow.c b/src/follow.c +index 09456c9..b3363e8 100644 +--- 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 +diff --git a/src/tty.c b/src/tty.c +index 104c780..0d76554 100644 +--- 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 |