From 6b7092fd084070daeef5aeb60b608a633d56f252 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 23 Jan 2007 19:54:01 -0500 Subject: More work on mke2fs. --- toys/toylist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/toylist.h') 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; }; -- cgit v1.2.3