From 52586eee056a03f139b8c651ed722b940cd880d7 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 16 Oct 2007 10:36:11 +0000 Subject: *** empty log message *** --- src/gpt.c | 7 +++++-- 1 file 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); -- cgit v1.2.3