patch-include_fuse_kernel_h 417 B

12345678910111213141516
  1. --- fuse-2.9.9.orig/include/fuse_kernel.h 2019-01-04 14:33:33.000000000 +0100
  2. +++ fuse-2.9.9/include/fuse_kernel.h 2024-02-12 17:14:08.594450378 +0100
  3. @@ -88,12 +88,7 @@
  4. #ifndef _LINUX_FUSE_H
  5. #define _LINUX_FUSE_H
  6. -#include <sys/types.h>
  7. -#define __u64 uint64_t
  8. -#define __s64 int64_t
  9. -#define __u32 uint32_t
  10. -#define __s32 int32_t
  11. -#define __u16 uint16_t
  12. +#include <linux/types.h>
  13. /*
  14. * Version negotiation: