diff options
author | Rob Landley <rob@landley.net> | 2007-01-28 04:54:01 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-28 04:54:01 -0500 |
commit | 3ac8d261fd430c45f4827570cb5146336cbc656a (patch) | |
tree | 0f61d908b901bfe5ef8054c3bfb287de55aa71ff /toys/toylist.h | |
parent | 43d7e909cb98e02ea11877f7516e721ac0aa5b5d (diff) | |
download | toybox-3ac8d261fd430c45f4827570cb5146336cbc656a.tar.gz |
More work on mke2fs.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 73356544..6914f4ee 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -34,6 +34,7 @@ struct mke2fs_data { unsigned blocks, groups; int fsfd, noseek; + struct ext2_superblock sb; }; // "E:jJ:L:m:O:" |