From: kn Date: Tue, 16 Aug 2022 16:18:16 +0000 (+0000) Subject: Remove -c compat X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1bb680551af7252db5eecaae700d62b3c1a1c736;p=openbsd Remove -c compat Ought to go in 2020 already. OK deraadt --- diff --git a/sbin/vnconfig/vnconfig.c b/sbin/vnconfig/vnconfig.c index 02943d68a9d..6e2e49f8135 100644 --- a/sbin/vnconfig/vnconfig.c +++ b/sbin/vnconfig/vnconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vnconfig.c,v 1.7 2021/10/25 19:54:29 kn Exp $ */ +/* $OpenBSD: vnconfig.c,v 1.8 2022/08/16 16:18:16 kn Exp $ */ /* * Copyright (c) 1993 University of Utah. * Copyright (c) 1990, 1993 @@ -78,11 +78,8 @@ main(int argc, char **argv) action = VND_CONFIG; - while ((ch = getopt(argc, argv, "ckK:lo:S:t:uv")) != -1) { + while ((ch = getopt(argc, argv, "kK:lo:S:t:uv")) != -1) { switch (ch) { - case 'c': - /* backwards compat: delete in 2020 */ - break; case 'k': opt_k = 1; break;