CBL-Mariner/SPECS/fuse/fuse-types.patch

17 lines
417 B
Diff

--- fuse-2.9.7/include/fuse_kernel.h.orig 2017-09-30 19:00:45.272000000 -0400
+++ fuse-2.9.7/include/fuse_kernel.h 2017-09-30 19:08:40.988000000 -0400
@@ -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: