summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_clnt_bcast_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-22 21:53:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-22 21:53:42 +0100
commit6647520d52d800175545414c027d75ac39c07ecc (patch)
treedc6186d729653f672e63c8ef6eb6ff626b0bc490 /package/libtirpc/patches/patch-src_clnt_bcast_c
parentdfa2addd5fac54784ee2cda02f89be8f30d32bf5 (diff)
parent7552a52e83542f06ef09d7825e48dcc6392c8952 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libtirpc/patches/patch-src_clnt_bcast_c')
-rw-r--r--package/libtirpc/patches/patch-src_clnt_bcast_c22
1 files changed, 22 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..e803b1721
--- /dev/null
+++ b/package/libtirpc/patches/patch-src_clnt_bcast_c
@@ -0,0 +1,22 @@
+--- libtirpc-0.2.3.orig/src/clnt_bcast.c 2013-02-13 16:13:59.000000000 +0100
++++ libtirpc-0.2.3/src/clnt_bcast.c 2014-03-22 14:19:29.000000000 +0100
+@@ -28,7 +28,6 @@
+ /*
+ * Copyright (c) 1986-1991 by Sun Microsystems Inc.
+ */
+-#include <sys/cdefs.h>
+
+ /*
+ * clnt_bcast.c
+@@ -41,10 +40,8 @@
+ */
+ #include <sys/socket.h>
+ #include <sys/types.h>
+-#include <sys/queue.h>
+
+-/* new queue functions */
+-#include <misc/queue.h>
++#include "queue.h"
+
+ #include <net/if.h>
+ #include <netinet/in.h>