Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return boolean_t in inline functions of lib/libspl/include/sys/uio.h
The inline functions zfs_dio_offset_aligned(), zfs_dio_size_aligned() and zfs_dio_aligned() are declared as boolean_t but return the bool type. This fixes the build of FreeBSD zstd. Signed-off-by: Martin Matuska <mm@FreeBSD.org>
- Loading branch information