aboutsummaryrefslogtreecommitdiffstats
path: root/main/rpcbind/musl-poll.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-05 17:35:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:20 +0000
commit3e2cb134319f31ba0b311f2e7ee5770f74fb1f5d (patch)
treea726aa696b56ce5d6d9f1aa4c723bc8242982ecf /main/rpcbind/musl-poll.patch
parent0546356deedf5b8fd1394768d38a68c089838de6 (diff)
downloadaports-3e2cb134319f31ba0b311f2e7ee5770f74fb1f5d.tar.bz2
aports-3e2cb134319f31ba0b311f2e7ee5770f74fb1f5d.tar.xz
main/rpcbind: upgrade to latest git (0.2.4-rc1)
Diffstat (limited to 'main/rpcbind/musl-poll.patch')
-rw-r--r--main/rpcbind/musl-poll.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/main/rpcbind/musl-poll.patch b/main/rpcbind/musl-poll.patch
deleted file mode 100644
index 9996d78426..0000000000
--- a/main/rpcbind/musl-poll.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- rpcbind-0.2.1.orig/src/rpcb_svc_com.c
-+++ rpcbind-0.2.1/src/rpcb_svc_com.c
-@@ -42,8 +42,6 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/param.h>
--#include <sys/poll.h>
--#include <bits/poll.h>
- #include <sys/socket.h>
- #include <rpc/rpc.h>
- #include <rpc/rpcb_prot.h>
-@@ -54,6 +52,7 @@
- #include <unistd.h>
- #include <stdio.h>
- #include <time.h>
-+#include <poll.h>
- #ifdef PORTMAP
- #include <netinet/in.h>
- #include <rpc/pmap_prot.h>