X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fsys%2Fzap_leaf.h;fp=include%2Fsys%2Fzap_leaf.h;h=e54456d3472b0c5c7ed3e4c3570b43a3c4f43705;hb=b21b967bd5095d431b71ef63f09e0d31c0ef0b08;hp=d563edd7ba59911b21351ff8b52b09f001bbb3e1;hpb=b6bbaa837271698f238a9264c4070416077fb67b;p=mirror_zfs.git diff --git a/include/sys/zap_leaf.h b/include/sys/zap_leaf.h index d563edd7b..e54456d34 100644 --- a/include/sys/zap_leaf.h +++ b/include/sys/zap_leaf.h @@ -132,7 +132,7 @@ typedef struct zap_leaf_phys { * with the ZAP_LEAF_CHUNK() macro. */ - uint16_t l_hash[1]; + uint16_t l_hash[]; } zap_leaf_phys_t; typedef union zap_leaf_chunk {