scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages] / packages / multitail / term.c.patch
1 diff -u -r ../multitail-6.2.1/term.c ./term.c
2 --- ../multitail-6.2.1/term.c 2014-02-16 15:06:54.000000000 +0100
3 +++ ./term.c 2014-06-30 16:43:51.000000000 +0200
4 @@ -16,7 +16,7 @@
5 #include <stropts.h>
6 #endif
7 #ifndef AIX
8 -#include <sys/termios.h> /* needed on Solaris 8 */
9 +#include <termios.h> /* needed on Solaris 8 */
10 #endif
11 #include <sys/socket.h>
12 #include <netinet/in.h>