3b88687f6c6082717478250a8de46f1d3e993df1
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libfuse / 0001-fix-aarch64-build.patch
1 Fix build on the AArch64 platform
2
3 Upstream-Status: Submitted
4
5 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
6
7 --- a/include/fuse_kernel.h
8 +++ b/include/fuse_kernel.h
9 @@ -88,12 +88,7 @@
10  #ifndef _LINUX_FUSE_H
11  #define _LINUX_FUSE_H
12  
13 -#include <sys/types.h>
14 -#define __u64 uint64_t
15 -#define __s64 int64_t
16 -#define __u32 uint32_t
17 -#define __s32 int32_t
18 -#define __u16 uint16_t
19 +#include <linux/types.h>
20  
21  /*
22   * Version negotiation: