From 5788dd0ee84c5c485b54ceb0b9a727370552926d Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 11 Sep 2001 09:49:36 +0000 Subject: [PATCH] Removed -M and -N from getopt(3) call as well. --- sbin/ccdconfig/ccdconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index bae89a93ab0e..6078c7cbf81f 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -98,7 +98,7 @@ main(argc, argv) { int ch, options = 0, action = CCD_CONFIG; - while ((ch = getopt(argc, argv, "cCf:gM:N:uUv")) != -1) { + while ((ch = getopt(argc, argv, "cCf:guUv")) != -1) { switch (ch) { case 'c': action = CCD_CONFIG;