]> git.proxmox.com Git - mirror_zfs.git/commitdiff
freebsd: fix missing headers in distribution tarball
authorRob N <robn@despairlabs.com>
Wed, 20 Mar 2024 17:08:50 +0000 (04:08 +1100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 17:08:50 +0000 (10:08 -0700)
arc_os.h and freebsd_event.h aren't included in release tarballs, so the
build fails on FreeBSD. This fixes it.

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #15963

include/os/freebsd/Makefile.am

index 9819e534b7f657b0cf8481e3ae4bbc95da6b697b..551f75f42a20b4ab145dc5c47973eaf4874c99a7 100644 (file)
@@ -80,7 +80,9 @@ noinst_HEADERS = \
        %D%/spl/sys/zmod.h \
        %D%/spl/sys/zone.h \
        \
+       %D%/zfs/sys/arc_os.h \
        %D%/zfs/sys/freebsd_crypto.h \
+       %D%/zfs/sys/freebsd_event.h \
        %D%/zfs/sys/vdev_os.h \
        %D%/zfs/sys/zfs_bootenv_os.h \
        %D%/zfs/sys/zfs_context_os.h \