summaryrefslogtreecommitdiffstats
path: root/testing/portablexdr/quad-types.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-24 09:58:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-24 09:58:51 +0000
commiteebba639ec0ca53d8f4ec8f785b1ccf6b9a418b6 (patch)
treeb189f7b5f5490318e89537dc8f1c100bfce45c63 /testing/portablexdr/quad-types.patch
parent7f9ee647f76c1b9318753c1a84e7e84f3bdc9d0b (diff)
downloadaports-eebba639ec0ca53d8f4ec8f785b1ccf6b9a418b6.tar.bz2
aports-eebba639ec0ca53d8f4ec8f785b1ccf6b9a418b6.tar.xz
testing/portablexdr: fix build with musl
Diffstat (limited to 'testing/portablexdr/quad-types.patch')
-rw-r--r--testing/portablexdr/quad-types.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/portablexdr/quad-types.patch b/testing/portablexdr/quad-types.patch
new file mode 100644
index 000000000..72cb0691e
--- /dev/null
+++ b/testing/portablexdr/quad-types.patch
@@ -0,0 +1,13 @@
+--- ./rpc/types.h.orig
++++ ./rpc/types.h
+@@ -41,8 +41,8 @@
+ typedef uint16_t u_short;
+ typedef uint32_t u_int;
+ typedef unsigned long u_long;
+-typedef uint64_t u_quad_t;
+-typedef int64_t quad_t;
++//typedef uint64_t u_quad_t;
++//typedef int64_t quad_t;
+ typedef char * caddr_t;
+
+ #ifndef TRUE