aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index c2fff141..173e870a 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -25,7 +25,7 @@ struct mke2fs_data {
long reserved_percent;
char *gendir;
- unsigned blocks, groups, treeblocks, treeinodes;
+ unsigned blocks, groups, blockbits, treeblocks, treeinodes;
int fsfd, noseek;
struct ext2_superblock sb;
struct dirtree *dt;