diff options
author | Rob Landley <rob@landley.net> | 2007-01-23 19:54:01 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-23 19:54:01 -0500 |
commit | 6b7092fd084070daeef5aeb60b608a633d56f252 (patch) | |
tree | 0eaf2bf6944ad206ba51430d8eda27a61a16bdd3 /toys/toylist.h | |
parent | e2580dbebbd43f668913b3d2ae6c0636161636ed (diff) | |
download | toybox-6b7092fd084070daeef5aeb60b608a633d56f252.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 126c1700..76787f21 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -32,6 +32,7 @@ struct mke2fs_data { long inodes; long reserved_percent; + unsigned blocks, groups; int fsfd, noseek; }; |