From e010476a7aa4548e47e6d76455cb09d289851ab9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 8 Oct 2016 19:31:41 +0200 Subject: fix nfs-utils/rpcbind for musl toolchains, patches mostly from Alpine Linux --- package/rpcbind/patches/patch-src_check_bound_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/rpcbind/patches/patch-src_check_bound_c (limited to 'package/rpcbind/patches/patch-src_check_bound_c') diff --git a/package/rpcbind/patches/patch-src_check_bound_c b/package/rpcbind/patches/patch-src_check_bound_c new file mode 100644 index 000000000..9e79c1392 --- /dev/null +++ b/package/rpcbind/patches/patch-src_check_bound_c @@ -0,0 +1,11 @@ +--- rpcbind-0.2.3.orig/src/check_bound.c 2015-04-27 16:07:43.000000000 +0200 ++++ rpcbind-0.2.3/src/check_bound.c 2016-10-08 18:19:45.000000000 +0200 +@@ -70,7 +70,7 @@ static struct fdlist *fdhead; /* Link li + static struct fdlist *fdtail; + static char *nullstring = ""; + +-static bool_t check_bound __P((struct fdlist *, char *uaddr)); ++static bool_t check_bound (struct fdlist *, char *uaddr); + + /* + * Returns 1 if the given address is bound for the given addr & transport -- cgit v1.2.3