From eef066e143e1ba9826b36b7e5b48c9851784f7a2 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Wed, 7 Apr 2004 14:09:36 +0000 Subject: Remove those option letters from the getopt string which do not have a case handler below. millert@ ok --- libexec/identd/identd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/identd') diff --git a/libexec/identd/identd.c b/libexec/identd/identd.c index 100da895690..0a062143cb9 100644 --- a/libexec/identd/identd.c +++ b/libexec/identd/identd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: identd.c,v 1.36 2003/07/29 18:39:23 deraadt Exp $ */ +/* $OpenBSD: identd.c,v 1.37 2004/04/07 14:09:35 aaron Exp $ */ /* * This program is in the public domain and may be used freely by anyone @@ -176,7 +176,7 @@ main(int argc, char *argv[]) /* * Parse the command line arguments */ - while ((ch = getopt(argc, argv, "hHbwit:p:a:u:g:c:r:loenvdmNU")) != -1) { + while ((ch = getopt(argc, argv, "hHbwit:p:a:u:g:c:loenvdmNU")) != -1) { switch (ch) { case 'h': token_flag = 1; -- cgit v1.2.3