aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/nilfs-utils/rpc-types.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/nilfs-utils/rpc-types.patch')
-rw-r--r--unmaintained/nilfs-utils/rpc-types.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/nilfs-utils/rpc-types.patch b/unmaintained/nilfs-utils/rpc-types.patch
new file mode 100644
index 0000000000..ce55c439a2
--- /dev/null
+++ b/unmaintained/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
+