@gdamore when this header caused a problem on FreeBSD the compiler told me this: ``` In file included from /usr/devel/svn/zfs-abd/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h:44: In file included from /usr/devel/svn/zfs-abd/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h:33: In file included from /usr/devel/svn/zfs-abd/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/dmu.h:50: In file included from /usr/devel/svn/zfs-abd/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zio_compress.h /usr/devel/svn/zfs-abd/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/abd.h:67:9: error: cannot initialize return object of type 'boolean_t' with an rvalue of type 'bool' ``` I am not sure if abd.h really has to visible via zfs_ioctl.h nut that's how things are now.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/408#issuecomment-312069804 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T4e7bd2cb6fb77d66-Mcee2630e6fd4d9cbc1ca4dbe Powered by Topicbox: https://topicbox.com
