aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nilfs-utils/rpc-types.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-15 12:22:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-15 12:29:44 +0000
commit1f38fcbfe526213426a6440200d354562ab47a0e (patch)
treecb1516965cf0a2e3d7948a727072428be8db65dd /testing/nilfs-utils/rpc-types.patch
parente83efe677ab545847a0d8b880ebdf4da5c089b0a (diff)
downloadaports-1f38fcbfe526213426a6440200d354562ab47a0e.tar.bz2
aports-1f38fcbfe526213426a6440200d354562ab47a0e.tar.xz
testing/nilfs-utils: new aport
Utilities for managing NILFS v2 filesystems http://nilfs.sourceforge.net fixes #2285
Diffstat (limited to 'testing/nilfs-utils/rpc-types.patch')
-rw-r--r--testing/nilfs-utils/rpc-types.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nilfs-utils/rpc-types.patch b/testing/nilfs-utils/rpc-types.patch
new file mode 100644
index 0000000000..ce55c439a2
--- /dev/null
+++ b/testing/nilfs-utils/rpc-types.patch
@@ -0,0 +1,11 @@
+--- ./sbin/mount/sundries.h.orig
++++ ./sbin/mount/sundries.h
+@@ -15,7 +15,7 @@
+ #include <signal.h>
+ #include <stdarg.h>
+ #include <stdlib.h>
+-#if !defined(bool_t) && !defined(__GLIBC__)
++#if !defined(bool_t) && !defined(__GLIBC__) && HAVE_RPC_TYPES_H
+ #include <rpc/types.h>
+ #endif
+