summaryrefslogtreecommitdiff
path: root/package/libtirpc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-28 15:52:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-01-28 15:52:27 +0100
commit68687a18f57f5b7a9ac76b58bcb007c059922e5a (patch)
tree142973b791cda57442639d0156672cdb3071751a /package/libtirpc
parent217a96ff931c2fbb116030f24f9c206653d6a9d2 (diff)
fix musl compile
Diffstat (limited to 'package/libtirpc')
-rw-r--r--package/libtirpc/patches/patch-src_clnt_bcast_c4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtirpc/patches/patch-src_clnt_bcast_c b/package/libtirpc/patches/patch-src_clnt_bcast_c
index 7472e6272..d2dd1a38c 100644
--- a/package/libtirpc/patches/patch-src_clnt_bcast_c
+++ b/package/libtirpc/patches/patch-src_clnt_bcast_c
@@ -1,5 +1,5 @@
--- libtirpc-1.0.1.orig/src/clnt_bcast.c 2015-10-30 16:15:14.000000000 +0100
-+++ libtirpc-1.0.1/src/clnt_bcast.c 2015-11-29 16:50:32.363665821 +0100
++++ libtirpc-1.0.1/src/clnt_bcast.c 2016-01-28 15:46:15.322676441 +0100
@@ -40,7 +40,6 @@
*/
#include <sys/socket.h>
@@ -12,7 +12,7 @@
#include <err.h>
#include <string.h>
-+#include "sys/queue.h"
++#include "queue.h"
#include "rpc_com.h"
#include "debug.h"