summaryrefslogtreecommitdiff
path: root/system/jfsutils/musl-fix-includes.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-04 00:45:01 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-04 00:45:01 -0500
commit26e78d27a9b3dac81c411341fa458581f6419bd7 (patch)
tree5c7f0819ce5b5edcbf50db9275d9743bb2204bba /system/jfsutils/musl-fix-includes.patch
parent27de4b3be3053746a9a1bce122936fe81d66f5f6 (diff)
downloadpackages-26e78d27a9b3dac81c411341fa458581f6419bd7.tar.gz
packages-26e78d27a9b3dac81c411341fa458581f6419bd7.tar.bz2
packages-26e78d27a9b3dac81c411341fa458581f6419bd7.tar.xz
packages-26e78d27a9b3dac81c411341fa458581f6419bd7.zip
system/jfsutils: pull in for JFS support
Diffstat (limited to 'system/jfsutils/musl-fix-includes.patch')
-rw-r--r--system/jfsutils/musl-fix-includes.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/jfsutils/musl-fix-includes.patch b/system/jfsutils/musl-fix-includes.patch
new file mode 100644
index 000000000..33ba55d79
--- /dev/null
+++ b/system/jfsutils/musl-fix-includes.patch
@@ -0,0 +1,18 @@
+--- jfsutils-1.1.15.orig/libfs/fssubs.c
++++ jfsutils-1.1.15/libfs/fssubs.c
+@@ -24,6 +24,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <paths.h>
+
+ #if HAVE_MNTENT_H
+ #include <mntent.h>
+@@ -31,7 +32,6 @@
+ #endif
+
+ #if HAVE_GETMNTINFO
+-#include <paths.h>
+ #include <sys/param.h>
+ #include <sys/mount.h>
+ #endif