Fix typo that misteriously passes compilation.

This commit is contained in:
Gleb Smirnoff 2018-03-13 22:54:29 +00:00
parent 9689995d23
commit 695f33df8a

View File

@ -159,7 +159,7 @@ extract_currdev(void)
//bzero(&dev, sizeof(dev));
#if defined(USERBOOT_ZFS_SUPPORT)
CT_ASSERT(sizeof(struct disk_devdesc) >= sizeof(struct zfs_devdesc));
CTASSERT(sizeof(struct disk_devdesc) >= sizeof(struct zfs_devdesc));
if (userboot_zfs_found) {
struct zfs_devdesc zdev;