aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james>2007-10-16 10:36:11 +0000
committerjames <james>2007-10-16 10:36:11 +0000
commit52586eee056a03f139b8c651ed722b940cd880d7 (patch)
tree3de0462bd6ace5cfabd81c038de179dbe664baaa
parentff1332aecd61c8bc4a363caf9bf739fd67a03aa2 (diff)
downloadgpt-52586eee056a03f139b8c651ed722b940cd880d7.tar.gz
gpt-52586eee056a03f139b8c651ed722b940cd880d7.tar.bz2
gpt-52586eee056a03f139b8c651ed722b940cd880d7.zip
*** empty log message ***
-rw-r--r--src/gpt.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gpt.c b/src/gpt.c
index 3759614..b2dcc1f 100644
--- a/src/gpt.c
+++ b/src/gpt.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: gpt.c,v 1.8 2007/10/16 10:20:57 james Exp $";
+static char rcsid[] = "$Id: gpt.c,v 1.9 2007/10/16 10:36:11 james Exp $";
/*
* $Log: gpt.c,v $
+ * Revision 1.9 2007/10/16 10:36:11 james
+ * *** empty log message ***
+ *
* Revision 1.8 2007/10/16 10:20:57 james
* *** empty log message ***
*
@@ -76,7 +79,7 @@ main (int argc, char *argv[])
extern int optind;
- while ((c=getopt(argc,argv,"d:hlsef:na"))!=EOF) {
+ while ((c=getopt(argc,argv,"d:hlsef:una"))!=EOF) {
switch(c) {
case 'd':
d=disk_open(optarg);