diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-06 10:24:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-06 10:25:35 +0100 |
commit | be49c58d77ce855f902728b0c68fc10bafee6257 (patch) | |
tree | ed0c6965ec9ce26d0257cfa6514ce60ed9b74d95 /package/libtirpc/patches/patch-src_clnt_bcast_c | |
parent | 97643b0bf020cced1ba9c66e74604800b74a7b34 (diff) |
libtirpc: update to latest stable version
Diffstat (limited to 'package/libtirpc/patches/patch-src_clnt_bcast_c')
-rw-r--r-- | package/libtirpc/patches/patch-src_clnt_bcast_c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/libtirpc/patches/patch-src_clnt_bcast_c b/package/libtirpc/patches/patch-src_clnt_bcast_c new file mode 100644 index 000000000..7472e6272 --- /dev/null +++ b/package/libtirpc/patches/patch-src_clnt_bcast_c @@ -0,0 +1,18 @@ +--- 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 +@@ -40,7 +40,6 @@ + */ + #include <sys/socket.h> + #include <sys/types.h> +-#include <sys/queue.h> + + #include <net/if.h> + #include <netinet/in.h> +@@ -62,6 +61,7 @@ + #include <err.h> + #include <string.h> + ++#include "sys/queue.h" + #include "rpc_com.h" + #include "debug.h" + |