diff options
author | Bernhard Reutner-Fischer | 2008-07-21 13:33:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-07-21 13:33:22 +0000 |
commit | e1e5174942d4624e3abb8b98fe404afdbb4edad1 (patch) | |
tree | 90df2597a9ee281f4fe0aee8cfacf037e6123397 /util-linux/minix.h | |
parent | 525936195718b40ddb29f30fa87c15c1533c1d08 (diff) | |
download | busybox-e1e5174942d4624e3abb8b98fe404afdbb4edad1.zip busybox-e1e5174942d4624e3abb8b98fe404afdbb4edad1.tar.gz |
- s/super.block/superblock/g; # for consistency; -1b
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 e630fe0..3e2b989 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; |