Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drr_begin: can't forward declare untagged struct
When compiling with Clang++ it does not allow for untagged structs, so struct ddr_begin needs to be declared before the struct that uses it. ../../../../include/sys/zfs_ioctl.h:484:19: error: field has incomplete type 'struct drr_begin' struct drr_begin zc_begin_record; Signed-off-by: Jorgen Lundman <lundman@lundman.net>
- Loading branch information