mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 10:24:51 +00:00
4081333084
Update fuse+libfuse to upstream 2.9.7. Drop the patch for CVE-2015-3202, which is already integrated in the newer version. Rework the other patches. Also switch PKG_SOURCE from @SF to libfuse's github releases. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
11 lines
190 B
Diff
11 lines
190 B
Diff
--- 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" {
|