diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 12:30:02 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 13:00:04 +0000 |
commit | d6d38dc6bf326fe55513628786326191caa5922e (patch) | |
tree | 328f3cc0a759cca91436f5e6c9011895d4476082 /community/vpcs/musl-fixes.patch | |
parent | a082773b9d06ab7dd28ae42cc267faaaa764b5ee (diff) | |
download | aports-d6d38dc6bf326fe55513628786326191caa5922e.tar.bz2 aports-d6d38dc6bf326fe55513628786326191caa5922e.tar.xz |
community/vpcs: moved from testing
Diffstat (limited to 'community/vpcs/musl-fixes.patch')
-rw-r--r-- | community/vpcs/musl-fixes.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/community/vpcs/musl-fixes.patch b/community/vpcs/musl-fixes.patch new file mode 100644 index 0000000000..d0b5c80dc5 --- /dev/null +++ b/community/vpcs/musl-fixes.patch @@ -0,0 +1,26 @@ +diff --git src/remote.c src/remote.c +index ba971fb..56a19de 100644 +--- src/remote.c ++++ src/remote.c +@@ -34,6 +34,8 @@ + #include <sys/ioctl.h> + #include <sys/socket.h> + #include <netinet/in.h> ++#include <netinet/tcp.h> ++#include <sys/types.h> + #include <arpa/inet.h> + + #include <net/if.h> + +diff --git src/hv.c src/hv.c +index bea2636..bf5cc07 100644 +--- src/hv.c ++++ src/hv.c +@@ -42,7 +42,6 @@ + #include <fcntl.h> + + #include <libgen.h> +-#include <getopt.h> + #include <pthread.h> + #include <termios.h> + |