aboutsummaryrefslogtreecommitdiffstats
path: root/testing/unison/fix_inotify_check.patch
diff options
context:
space:
mode:
authorJean-Louis Fuchs <ganwell@fangorn.ch>2017-04-15 19:06:03 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 08:40:32 +0000
commite526a03906bcc61aefa7729e23fdfc5f1579f3d8 (patch)
tree84a966a5a5fa716e5e66c3827ccbb1f5fa52f3b7 /testing/unison/fix_inotify_check.patch
parentf86ad44d64f4847cf06d67e0a1ef0eec28ba0924 (diff)
downloadaports-e526a03906bcc61aefa7729e23fdfc5f1579f3d8.tar.bz2
aports-e526a03906bcc61aefa7729e23fdfc5f1579f3d8.tar.xz
community/unison: move from testing, update marshalling patch
Diffstat (limited to 'testing/unison/fix_inotify_check.patch')
-rw-r--r--testing/unison/fix_inotify_check.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/unison/fix_inotify_check.patch b/testing/unison/fix_inotify_check.patch
deleted file mode 100644
index 009ce789cc..0000000000
--- a/testing/unison/fix_inotify_check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ru a/fsmonitor/linux/inotify_stubs.c b/fsmonitor/linux/inotify_stubs.c
---- a/fsmonitor/linux/inotify_stubs.c 2016-05-23 18:40:05.000000000 +0200
-+++ b/fsmonitor/linux/inotify_stubs.c 2017-01-23 23:14:47.613834613 +0100
-@@ -35,6 +35,9 @@
- #define GLIBC_SUPPORT_INOTIFY 0
- #endif
-
-+/* Alpine linux supports inotify */
-+#define GLIBC_SUPPORT_INOTIFY 1
-+
- #if GLIBC_SUPPORT_INOTIFY
- #include <sys/inotify.h>
- #else