aboutsummaryrefslogtreecommitdiff
path: root/stand/userboot
diff options
context:
space:
mode:
Diffstat (limited to 'stand/userboot')
-rw-r--r--stand/userboot/userboot/main.c2
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;