diff toys/toylist.h @ 76:e6332139adae

More work on mke2fs.
author Rob Landley <rob@landley.net>
date Tue, 23 Jan 2007 19:54:01 -0500
parents 89ca591a9236
children cd1f36a96185
line wrap: on
line diff
--- a/toys/toylist.h	Tue Jan 23 13:20:38 2007 -0500
+++ b/toys/toylist.h	Tue Jan 23 19:54:01 2007 -0500
@@ -32,6 +32,7 @@
 	long inodes;
 	long reserved_percent;
 
+	unsigned blocks, groups;
 	int fsfd, noseek;
 };