From 2110c759ec0c21a28b30fc4835aa50a1fcefd92f Mon Sep 17 00:00:00 2001 From: Ilya Palachev Date: Thu, 20 Mar 2014 17:07:07 +0400 Subject: [PATCH] Fix Launchpad bug #1087757 - fuse not building for aarch64 Tizen toolchain team in Samsung company is planning to build Tizen for new arm 64 bit architecture - Aarch64. But package "fuse" cannot be built for this architecture because of build errors. The same problem appeared in open-source version of fuse during the build on Launchpad for aarch64. It was fixed and the patch was made. Bug: https://bugs.launchpad.net/linaro-oe/+bug/1087757 Change-Id: I8d9cdbccd0e788ffa959449371765cd171c3cdf4 Signed-off-by: Ilya Palachev --- include/fuse_kernel.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/fuse_kernel.h b/include/fuse_kernel.h index c632b58..e804278 100644 --- a/include/fuse_kernel.h +++ b/include/fuse_kernel.h @@ -88,12 +88,7 @@ #ifndef _LINUX_FUSE_H #define _LINUX_FUSE_H -#include -#define __u64 uint64_t -#define __s64 int64_t -#define __u32 uint32_t -#define __s32 int32_t -#define __u16 uint16_t +#include /* * Version negotiation: -- 2.7.4