changeset 236:6b292ee780ab

Minor cleanup: move mke2fs options into mke2fs.c.
author Rob Landley <rob@landley.net>
date Sat, 19 Jan 2008 17:55:45 -0600
parents 7cde22266e65
children 7cb15eae1664
files toys/mke2fs.c toys/toylist.h
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/toys/mke2fs.c	Sat Jan 19 17:49:51 2008 -0600
+++ b/toys/mke2fs.c	Sat Jan 19 17:55:45 2008 -0600
@@ -6,7 +6,8 @@
  *
  * Not in SUSv3.
 
-USE_MKE2FS(NEWTOY(mke2fs, MKE2FS_OPTSTRING, TOYFLAG_SBIN))
+// Still to go: "E:jJ:L:m:O:"
+USE_MKE2FS(NEWTOY(mke2fs, "<1>2g:Fnqm#N#i#b#", TOYFLAG_SBIN))
 
 config MKE2FS
 	bool "mke2fs"
--- a/toys/toylist.h	Sat Jan 19 17:49:51 2008 -0600
+++ b/toys/toylist.h	Sat Jan 19 17:55:45 2008 -0600
@@ -11,9 +11,6 @@
 	long units;
 };
 
-// Still to go: "E:jJ:L:m:O:"
-#define MKE2FS_OPTSTRING "<1>2g:Fnqm#N#i#b#"
-
 struct dmesg_data {
 	long level;
 	long size;