board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / sredird / 0001-termio.patch
blob7c7c67f5a3222e795985dc7d61ce4c8c68ab31da
1 Fix musl build
3 Patch was inspired by
4 http://svnweb.freebsd.org/ports/head/comms/sredird/files/patch-sredird.c?revision=363168&view=markup
5 http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/sysutils/sredird/patches/patch-aa
6 https://github.com/bitrig/bitrig-ports/blob/master/comms/sredird/patches/patch-sredird_c
8 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
10 diff -uNr sredird-2.2.2.org/sredird.c sredird-2.2.2/sredird.c
11 --- sredird-2.2.2.org/sredird.c 2005-08-12 16:10:46.000000000 +0200
12 +++ sredird-2.2.2/sredird.c 2016-01-31 18:53:08.000000000 +0100
13 @@ -110,7 +110,6 @@
14 #include <fcntl.h>
15 #include <syslog.h>
16 #include <termios.h>
17 -#include <termio.h>
18 #include <sys/socket.h>
19 #include <netinet/in.h>
20 #include <netinet/ip.h>