This patch is from Debian, named '0006-arm64.patch' Author: Riku Voipio Description: fuse_kernel.h: clean includes Use for linux and define types used for other operating systems using types (Closes: #752081). diff -Naurp fuse.orig/include/fuse_kernel.h fuse/include/fuse_kernel.h --- fuse.orig/include/fuse_kernel.h +++ fuse/include/fuse_kernel.h @@ -88,12 +88,16 @@ #ifndef _LINUX_FUSE_H #define _LINUX_FUSE_H -#include +#ifdef __linux__ +#include +#else +#include #define __u64 uint64_t #define __s64 int64_t #define __u32 uint32_t #define __s32 int32_t #define __u16 uint16_t +#endif /* * Version negotiation: option value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-30gnu: Capitalize beginning of synopsis....Vagrant Cascadian
2021-12-30gnu: Remove leading article from synopsis....Vagrant Cascadian
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-11-22gnu: moarvm: Fix compiling with gcc 10....Guillaume Le Vaillant
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-04-11gnu: moarvm: Propagate libffi....Marius Bakke