aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/fuse/patches/100-missing_includes.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-05-16 17:42:58 -0700
committerPetr Štetiar <ynezz@true.cz>2020-05-20 18:59:46 +0200
commit5ff4b0d0242da8adf83d7d8f00f60198f41afb51 (patch)
treeb88951c4de6abe2f6ed961642904cca36a41efea /package/utils/fuse/patches/100-missing_includes.patch
parent6934b20912d308854b7adf63a7098d38bf67d153 (diff)
downloadupstream-5ff4b0d0242da8adf83d7d8f00f60198f41afb51.tar.gz
upstream-5ff4b0d0242da8adf83d7d8f00f60198f41afb51.tar.bz2
upstream-5ff4b0d0242da8adf83d7d8f00f60198f41afb51.zip
fuse: move package to packages feed
This package was last updated in 2016. All of the dependent packages are in the packages feeds, where this will be moved. Ref: https://github.com/openwrt/packages/pull/12190 Signed-off-by: Rosen Penev <rosenp@gmail.com> [commit subject/description tweaks] Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/utils/fuse/patches/100-missing_includes.patch')
-rw-r--r--package/utils/fuse/patches/100-missing_includes.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/utils/fuse/patches/100-missing_includes.patch b/package/utils/fuse/patches/100-missing_includes.patch
deleted file mode 100644
index e74a1870f0..0000000000
--- a/package/utils/fuse/patches/100-missing_includes.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/fuse.h
-+++ b/include/fuse.h
-@@ -32,6 +32,7 @@
- #include <sys/stat.h>
- #include <sys/statvfs.h>
- #include <sys/uio.h>
-+#include <sys/file.h>
-
- #ifdef __cplusplus
- extern "C" {