summaryrefslogtreecommitdiff
path: root/sys-apps/pmount/files/pmount-0.9.99_alpha-limits-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/pmount/files/pmount-0.9.99_alpha-limits-musl.patch')
-rw-r--r--sys-apps/pmount/files/pmount-0.9.99_alpha-limits-musl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/pmount/files/pmount-0.9.99_alpha-limits-musl.patch b/sys-apps/pmount/files/pmount-0.9.99_alpha-limits-musl.patch
new file mode 100644
index 000000000000..af6a1ebc521d
--- /dev/null
+++ b/sys-apps/pmount/files/pmount-0.9.99_alpha-limits-musl.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/713422
+--- a/src/utils.c
++++ b/src/utils.c
+@@ -25,6 +25,7 @@
+ #include <libintl.h>
+
+ #include <unistd.h>
++#include <limits.h>
+
+ #include "utils.h"
+
+