summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/libtirpc-1.2.6.local.patch (renamed from patches/libtirpc-1.1.4.local.patch)12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/libtirpc-1.1.4.local.patch b/patches/libtirpc-1.2.6.local.patch
index 535880fe..55b21943 100644
--- a/patches/libtirpc-1.1.4.local.patch
+++ b/patches/libtirpc-1.2.6.local.patch
@@ -76,15 +76,3 @@ diff -ru libtirpc-1.0.3.orig/tirpc/reentrant.h libtirpc-1.0.3/tirpc/reentrant.h
#include <pthread.h>
-diff -ru libtirpc-1.0.3.orig/tirpc/rpc/types.h libtirpc-1.0.3/tirpc/rpc/types.h
---- libtirpc-1.0.3.orig/tirpc/rpc/types.h 2018-03-14 14:55:12.000000000 +0100
-+++ libtirpc-1.0.3/tirpc/rpc/types.h 2018-08-04 19:18:35.415064046 +0200
-@@ -66,7 +66,7 @@
- #define mem_free(ptr, bsize) free(ptr)
-
-
--#if defined __APPLE_CC__ || defined __FreeBSD__
-+#if defined __APPLE_CC__ || defined __FreeBSD__ || !defined(__GLIBC__)
- # define __u_char_defined
- # define __daddr_t_defined
- #endif