The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=ca98f5ef86e0b0642e73a504b7dad20e034c09e7
commit ca98f5ef86e0b0642e73a504b7dad20e034c09e7 Author: Jessica Clarke <jrt...@freebsd.org> AuthorDate: 2025-08-12 17:03:45 +0000 Commit: Jessica Clarke <jrt...@freebsd.org> CommitDate: 2025-08-12 17:38:56 +0000 Revert "zfs: add workaround to unbreak kernel compilation on MacOS" This is no longer needed now we don't include tunables.c in the bootstrap libspl. This reverts commit 6188ca6a9d72af9be987e1aedc345210f834ad80. --- sys/contrib/openzfs/lib/libspl/tunables.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/contrib/openzfs/lib/libspl/tunables.c b/sys/contrib/openzfs/lib/libspl/tunables.c index 2e9535f1fbf9..67dc9710dee8 100644 --- a/sys/contrib/openzfs/lib/libspl/tunables.c +++ b/sys/contrib/openzfs/lib/libspl/tunables.c @@ -74,9 +74,7 @@ extern const zfs_tunable_t *__stop_zfs_tunables; * any NULL pointers. */ static void *__zfs_tunable__placeholder -#if !defined(__APPLE__) __attribute__((__section__("zfs_tunables"))) -#endif __attribute__((__used__)) = NULL; /*