aboutsummaryrefslogtreecommitdiffstats
path: root/testing/snapper/musl-mode_t.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-05-03 18:23:08 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-05-03 18:25:26 +0000
commitf8369be0c2fb7941156cf6f5a1143c5f91c5eb1a (patch)
tree8a0784e2007c551d83b01ee34e5a38ef059f84a8 /testing/snapper/musl-mode_t.patch
parent45b5690ccb0ec88c2742a5b3078b60655923d268 (diff)
downloadaports-f8369be0c2fb7941156cf6f5a1143c5f91c5eb1a.tar.bz2
aports-f8369be0c2fb7941156cf6f5a1143c5f91c5eb1a.tar.xz
testing/snapper: new aport
Diffstat (limited to 'testing/snapper/musl-mode_t.patch')
-rw-r--r--testing/snapper/musl-mode_t.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/snapper/musl-mode_t.patch b/testing/snapper/musl-mode_t.patch
new file mode 100644
index 0000000000..3c9b6e2007
--- /dev/null
+++ b/testing/snapper/musl-mode_t.patch
@@ -0,0 +1,12 @@
+The mode_t type is defined in fcntl.h
+
+--- a/snapper/FileUtils.h 2015-02-18 18:54:03.000000000 +0100
++++ b/snapper/FileUtils.h 2015-08-30 10:45:43.285166420 +0200
+@@ -24,6 +24,7 @@
+ #define SNAPPER_FILE_UTILS_H
+
+
++#include <fcntl.h>
+ #include <string>
+ #include <vector>
+ #include <functional>