From e2580dbebbd43f668913b3d2ae6c0636161636ed Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 23 Jan 2007 13:20:38 -0500 Subject: More random progress on mke2fs. Nothing to see yet. --- toys/toylist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/toylist.h') diff --git a/toys/toylist.h b/toys/toylist.h index 270f4341..126c1700 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -36,7 +36,7 @@ struct mke2fs_data { }; // "E:jJ:L:m:O:" -#define MKE2FS_OPTSTRING "Fnqm:N:i:b:" +#define MKE2FS_OPTSTRING "<1>2Fnqm:N:i:b:" union toy_union { struct df_data df; -- cgit v1.2.3