From 3ac8d261fd430c45f4827570cb5146336cbc656a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 Jan 2007 04: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 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:" -- cgit v1.2.3