aboutsummaryrefslogtreecommitdiffstats
path: root/main/rpcbind/0002-uclibc-rpcsvc-defines.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/rpcbind/0002-uclibc-rpcsvc-defines.patch')
-rw-r--r--main/rpcbind/0002-uclibc-rpcsvc-defines.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rpcbind/0002-uclibc-rpcsvc-defines.patch b/main/rpcbind/0002-uclibc-rpcsvc-defines.patch
index e394966f5c..2803ef6690 100644
--- a/main/rpcbind/0002-uclibc-rpcsvc-defines.patch
+++ b/main/rpcbind/0002-uclibc-rpcsvc-defines.patch
@@ -15,7 +15,7 @@ index 0edeac6..e9fed55 100644
/*
* XXX for special case checks in check_callit.
*/
-+#if defined(__UCLIBC__)
++#if defined(__UCLIBC__) || !defined(__GLIBC__)
+
+#define MOUNTPROC_MNT 1
+#define MOUNTPROC_UMNT 3