# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/fuse2/hotfix-int64.patch # Copyright (C) 2023 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- In file included from /usr/include/stdint.h:37, from /usr/lib/gcc/aarch64-t2-linux-gnu/11.2.0/include/stdint.h:9, from ../include/fuse_common.h:19, from ../include/fuse_lowlevel.h:26, from fuse_loop_mt.c:9: /usr/include/bits/stdint-uintn.h:27:20: note: previous declaration of 'uint64_t' with type 'uint64_t' {aka 'long unsigned int'} 27 | typedef __uint64_t uint64_t; | ^~~~~~~~ --- fuse-2.9.9/include/fuse_kernel.h.vanilla 2023-12-23 19:00:52.892000310 +0100 +++ fuse-2.9.9/include/fuse_kernel.h 2023-12-23 19:05:03.764000430 +0100 @@ -688,4 +689,10 @@ __u64 dummy4; }; +#undef __s64 +#undef __u64 +#undef __s32 +#undef __u32 +#undef __u16 + #endif /* _LINUX_FUSE_H */