From 495b737432f0db070073e8cb403a26abfc15d94c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 11 Jan 2004 21:56:32 +0000 Subject: remove the temporary -O flag.. --- sbin/sysctl/sysctl.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 7feb5895b0d..6d4cf683078 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.c,v 1.103 2004/01/11 21:54:27 deraadt Exp $ */ +/* $OpenBSD: sysctl.c,v 1.104 2004/01/11 21:56:31 deraadt Exp $ */ /* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */ /* @@ -40,7 +40,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)sysctl.c 8.5 (Berkeley) 5/9/95"; #else -static char *rcsid = "$OpenBSD: sysctl.c,v 1.103 2004/01/11 21:54:27 deraadt Exp $"; +static char *rcsid = "$OpenBSD: sysctl.c,v 1.104 2004/01/11 21:56:31 deraadt Exp $"; #endif #endif /* not lint */ @@ -220,13 +220,9 @@ main(int argc, char *argv[]) { int ch, lvl1; - while ((ch = getopt(argc, argv, "AanqwO")) != -1) { + while ((ch = getopt(argc, argv, "Aanqw")) != -1) { switch (ch) { - case 'O': - equ = " = "; - break; - case 'A': Aflag = 1; break; -- cgit v1.2.3