aboutsummaryrefslogtreecommitdiffstats
path: root/main/libtirpc/musl-compliance.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libtirpc/musl-compliance.patch')
-rw-r--r--main/libtirpc/musl-compliance.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/main/libtirpc/musl-compliance.patch b/main/libtirpc/musl-compliance.patch
deleted file mode 100644
index a6d69accfd..0000000000
--- a/main/libtirpc/musl-compliance.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- libtirpc-0.2.4.orig/src/bindresvport.c
-+++ libtirpc-0.2.4/src/bindresvport.c
-@@ -37,6 +37,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
-
-+#include <netdb.h>
- #include <netinet/in.h>
-
- #include <errno.h>
---- libtirpc-0.2.4.orig/tirpc/rpc/rpcent.h
-+++ libtirpc-0.2.4/tirpc/rpc/rpcent.h
-@@ -47,7 +47,7 @@
- __BEGIN_DECLS
-
- /* These are defined in /usr/include/rpc/netdb.h */
--#if 0
-+#if !defined(__GLIBC__)
- struct rpcent {
- char *r_name; /* name of server for this rpc program */
- char **r_aliases; /* alias list */
---- libtirpc-0.2.4.orig/tirpc/rpc/types.h
-+++ libtirpc-0.2.4/tirpc/rpc/types.h
-@@ -39,6 +39,7 @@
- #define _TIRPC_TYPES_H
-
- #include <sys/types.h>
-+#include <sys/cdefs.h>
-
- typedef int32_t bool_t;
- typedef int32_t enum_t;
---- libtirpc-0.2.4.orig/tirpc/netconfig.h
-+++ libtirpc-0.2.4/tirpc/netconfig.h
-@@ -2,6 +2,7 @@
- #define _NETCONFIG_H_
-
- #include <features.h>
-+#include <sys/cdefs.h>
-
- #define NETCONFIG "/etc/netconfig"
- #define NETPATH "NETPATH"