Initialize for fuse
This commit is contained in:
commit
2c967a8691
17 changed files with 1062 additions and 0 deletions
16
aarch64-build-fix.patch
Normal file
16
aarch64-build-fix.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- include/fuse_kernel.h
|
||||
+++ include/fuse_kernel.h
|
||||
@@ -85,12 +85,7 @@
|
||||
#ifndef _LINUX_FUSE_H
|
||||
#define _LINUX_FUSE_H
|
||||
|
||||
-#include <sys/types.h>
|
||||
-#define __u64 uint64_t
|
||||
-#define __s64 int64_t
|
||||
-#define __u32 uint32_t
|
||||
-#define __s32 int32_t
|
||||
-#define __u16 uint16_t
|
||||
+#include <linux/types.h>
|
||||
|
||||
/*
|
||||
* Version negotiation:
|
Loading…
Add table
Add a link
Reference in a new issue