Fix typo that misteriously passes compilation.
This commit is contained in:
parent
9689995d23
commit
695f33df8a
@ -159,7 +159,7 @@ extract_currdev(void)
|
|||||||
//bzero(&dev, sizeof(dev));
|
//bzero(&dev, sizeof(dev));
|
||||||
|
|
||||||
#if defined(USERBOOT_ZFS_SUPPORT)
|
#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) {
|
if (userboot_zfs_found) {
|
||||||
struct zfs_devdesc zdev;
|
struct zfs_devdesc zdev;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user