fuse: fix build on aarch64.
This commit is contained in:
parent
c5680ed072
commit
421be61530
18
srcpkgs/fuse/patches/aarch64.patch
Normal file
18
srcpkgs/fuse/patches/aarch64.patch
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
http://patchwork.openembedded.org/patch/43069/
|
||||||
|
|
||||||
|
--- include/fuse_kernel.h
|
||||||
|
+++ include/fuse_kernel.h
|
||||||
|
@@ -88,12 +88,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…
Reference in New Issue
Block a user