diff options
author | Rob Landley <rob@landley.net> | 2007-01-23 13:20:38 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-23 13:20:38 -0500 |
commit | e2580dbebbd43f668913b3d2ae6c0636161636ed (patch) | |
tree | e5d7b0482d6e117894599e08161cb7e1a56cc12f /toys/toylist.h | |
parent | b882f1e237a68c3d1074cbf63bda0207afb989b9 (diff) | |
download | toybox-e2580dbebbd43f668913b3d2ae6c0636161636ed.tar.gz |
More random progress on mke2fs. Nothing to see yet.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |