diff options
Diffstat (limited to 'util-linux/minix.h')
-rw-r--r-- | util-linux/minix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/minix.h b/util-linux/minix.h index e630fe033..3e2b989e3 100644 --- a/util-linux/minix.h +++ b/util-linux/minix.h @@ -31,9 +31,9 @@ struct minix2_inode { }; /* - * minix super-block data on disk + * minix superblock data on disk */ -struct minix_super_block { +struct minix_superblock { uint16_t s_ninodes; uint16_t s_nzones; uint16_t s_imap_blocks; |