diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2018-03-13 22:54:29 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2018-03-13 22:54:29 +0000 |
| commit | 695f33df8a52c87da1e702d3fee7ed3ce3441d09 (patch) | |
| tree | 4f56fd26c9b52fd88f2dfb4dbd95df4ac064c29d /stand/userboot | |
| parent | 9689995d230bc58ae576c64f2373a45d654403bf (diff) | |
Notes
Diffstat (limited to 'stand/userboot')
| -rw-r--r-- | stand/userboot/userboot/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/userboot/userboot/main.c b/stand/userboot/userboot/main.c index 3ab4ca635250..1f0901dc699d 100644 --- a/stand/userboot/userboot/main.c +++ b/stand/userboot/userboot/main.c @@ -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; |
