summarylogtreecommitdiffstats
path: root/enoattr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'enoattr.patch')
-rw-r--r--enoattr.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/enoattr.patch b/enoattr.patch
deleted file mode 100644
index 2fbad07131e3..000000000000
--- a/enoattr.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/main-fuse.cpp b/src/main-fuse.cpp
-index f6b28c7..059666f 100644
---- a/src/main-fuse.cpp
-+++ b/src/main-fuse.cpp
-@@ -18,6 +18,9 @@
- #ifdef DARLING
- # include "stat_xlate.h"
- #endif
-+#if __linux__
-+# include <attr/attributes.h>
-+#endif
-
- std::shared_ptr<Reader> g_fileReader;
- std::unique_ptr<HFSHighLevelVolume> g_volume;