summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-04 11:09:23 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-07 17:16:44 +0000
commit0479b766923a01553366d8dbf197ac5dabf4b9d6 (patch)
tree84cd0b462b71ec53437c6f9b911466e28707d573
parent4163109fd5bfe67973262610dd95ae60888c92e9 (diff)
downloadfuse-0479b766923a01553366d8dbf197ac5dabf4b9d6.tar.gz
Replace sys/types.h and manual definitions with linux/types.hbaserock/morph
This is needed to be able to compile fuse for aarch64.
-rw-r--r--include/fuse_kernel.h7
1 files changed, 1 insertions, 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 <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: