diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-08-22 20:25:48 -0700 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-08-22 20:25:48 -0700 |
commit | bf808f1b898c76d356b1162c9ecc0a848fb3944f (patch) | |
tree | 6c2f807c5c345e99eebef0091c624018bd6bfb82 /filesystems/ltfs/files | |
parent | news/inn-current: Update to 20250809 (diff) |
filesystems/ltfs: Update to 2.4.8.1
Diffstat (limited to 'filesystems/ltfs/files')
-rw-r--r-- | filesystems/ltfs/files/patch-src_libltfs_xattr.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/ltfs/files/patch-src_libltfs_xattr.h b/filesystems/ltfs/files/patch-src_libltfs_xattr.h new file mode 100644 index 000000000000..4b414d080733 --- /dev/null +++ b/filesystems/ltfs/files/patch-src_libltfs_xattr.h @@ -0,0 +1,13 @@ +--- src/libltfs/xattr.h.orig 2025-08-23 03:05:20 UTC ++++ src/libltfs/xattr.h +@@ -66,7 +66,9 @@ extern "C" { + #include "libltfs/arch/freebsd/xattr.h" + #endif + +-#include "fuse.h" ++ ++#include "libltfs/ltfs_fuse_version.h" ++#include <fuse.h> + #include "ltfs.h" + + #define LTFS_PRIVATE_PREFIX "ltfs." |