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: tion value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-01gnu: rclone: Update to 1.51.0....* gnu/packages/sync.scm (rclone): Update to 1.51.0. Nicolas Goaziou
2020-01-24gnu: Add megatools....* gnu/packages/sync.scm (megatools): New variable. (megacmd)[description]: Cross-reference the two packages in the description. Signed-off-by: Christopher Baines <mail@cbaines.net> Jakub Kądziołka
2020-01-24gnu: Add megacmd....* gnu/packages/sync.scm (megacmd): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Jakub Kądziołka
2019-11-29gnu: rclone: Update to 1.50.2....* gnu/packages/sync.scm (rclone): Update to 1.50.2. Clément Lassieur
2019-11-05gnu: rclone: Update to 1.50.1....* gnu/packages/sync.scm (rclone): Update to 1.50.1. Tobias Geerinckx-Rice
2019-11-01gnu: rclone: Update to 1.50.0....* gnu/packages/sync.scm (rclone): Update to 1.50.0. Nicolas Goaziou
2019-10-03gnu: rclone: Update to 1.49.4....* gnu/packages/sync.scm (rclone): Update to 1.49.4. Nicolas Goaziou
2019-09-20gnu: rclone: Update to 1.49.3....* gnu/packages/sync.scm (rclone): Update to 1.49.3. Tobias Geerinckx-Rice