Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/disklabel PR bin/45744



details:   https://anonhg.NetBSD.org/src/rev/a9937c282e0b
branches:  trunk
changeset: 778675:a9937c282e0b
user:      cyber <cyber%NetBSD.org@localhost>
date:      Sun Apr 08 07:59:53 2012 +0000

description:
PR bin/45744
from Julian Fagir
Removing options that have had implementations removed.

-b: removed in -r1.4
-s: removed in -r1.2

diffstat:

 sbin/disklabel/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f0e165a948a2 -r a9937c282e0b sbin/disklabel/main.c
--- a/sbin/disklabel/main.c     Sun Apr 08 04:19:14 2012 +0000
+++ b/sbin/disklabel/main.c     Sun Apr 08 07:59:53 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.26 2011/08/30 12:39:52 bouyer Exp $ */
+/*     $NetBSD: main.c,v 1.27 2012/04/08 07:59:53 cyber Exp $  */
 
 /*
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
 static char sccsid[] = "@(#)disklabel.c        8.4 (Berkeley) 5/4/95";
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #else
-__RCSID("$NetBSD: main.c,v 1.26 2011/08/30 12:39:52 bouyer Exp $");
+__RCSID("$NetBSD: main.c,v 1.27 2012/04/08 07:59:53 cyber Exp $");
 #endif
 #endif /* not lint */
 
@@ -285,7 +285,7 @@
 #endif
 
        error = 0;
-       while ((ch = getopt(argc, argv, "ACDFINRWb:ef:ilmrs:tvw")) != -1) {
+       while ((ch = getopt(argc, argv, "ACDFINRWef:ilmrtvw")) != -1) {
                old_op = op;
                switch (ch) {
                case 'A':       /* Action all labels */



Home | Main Index | Thread Index | Old Index