diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-21 13:33:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-21 13:33:22 +0000 |
commit | e1e5174942d4624e3abb8b98fe404afdbb4edad1 (patch) | |
tree | 90df2597a9ee281f4fe0aee8cfacf037e6123397 /util-linux/minix.h | |
parent | 525936195718b40ddb29f30fa87c15c1533c1d08 (diff) | |
download | busybox-w32-e1e5174942d4624e3abb8b98fe404afdbb4edad1.tar.gz busybox-w32-e1e5174942d4624e3abb8b98fe404afdbb4edad1.tar.bz2 busybox-w32-e1e5174942d4624e3abb8b98fe404afdbb4edad1.zip |
- 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 e630fe033..3e2b989e3 100644 --- a/util-linux/minix.h +++ b/util-linux/minix.h | |||
@@ -31,9 +31,9 @@ struct minix2_inode { | |||
31 | }; | 31 | }; |
32 | 32 | ||
33 | /* | 33 | /* |
34 | * minix super-block data on disk | 34 | * minix superblock data on disk |
35 | */ | 35 | */ |
36 | struct minix_super_block { | 36 | struct minix_superblock { |
37 | uint16_t s_ninodes; | 37 | uint16_t s_ninodes; |
38 | uint16_t s_nzones; | 38 | uint16_t s_nzones; |
39 | uint16_t s_imap_blocks; | 39 | uint16_t s_imap_blocks; |