0001-fix-aarch64-build.patch 438 B

12345678910111213141516171819202122
  1. Fix build on the AArch64 platform
  2. Upstream-Status: Submitted
  3. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
  4. --- a/include/fuse_kernel.h
  5. +++ b/include/fuse_kernel.h
  6. @@ -88,12 +88,7 @@
  7. #ifndef _LINUX_FUSE_H
  8. #define _LINUX_FUSE_H
  9. -#include <sys/types.h>
  10. -#define __u64 uint64_t
  11. -#define __s64 int64_t
  12. -#define __u32 uint32_t
  13. -#define __s32 int32_t
  14. -#define __u16 uint16_t
  15. +#include <linux/types.h>
  16. /*
  17. * Version negotiation: