vapier 15/03/07 21:34:40 Added: fuse-2.9.3-kernel-types.patch Log: Add arm64 love. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1 sys-fs/fuse/files/fuse-2.9.3-kernel-types.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/files/fuse-2.9.3-kernel-types.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/files/fuse-2.9.3-kernel-types.patch?rev=1.1&content-type=text/plain Index: fuse-2.9.3-kernel-types.patch =================================================================== this is a minimal version of: http://sourceforge.net/p/fuse/fuse/ci/6b02a7082ae4c560427ff95b51aa8930bb4a6e1f/ --- a/include/fuse_kernel.h +++ b/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:
