mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 18:31:00 +03:00
883a40fff4
The macOS uio struct is opaque and the API must be used, this makes the smallest changes to the code for all platforms. Reviewed-by: Matt Macy <mmacy@FreeBSD.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Jorgen Lundman <lundman@lundman.net> Closes #10412
11 lines
527 B
Makefile
11 lines
527 B
Makefile
libspldir = $(includedir)/libspl/sys
|
|
libspl_HEADERS = \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/byteorder.h \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/errno.h \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/mnttab.h \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/mount.h \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/param.h \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/stat.h \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/sysmacros.h \
|
|
$(top_srcdir)/lib/libspl/include/os/linux/sys/zfs_context_os.h
|