Module Name:    src
Committed By:   kamil
Date:           Sun Nov 29 15:26:10 UTC 2015

Modified Files:
        src/libexec/httpd: main.c

Log Message:
Remove nonexistent option z: in the getopt(3) call


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/libexec/httpd/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/httpd/main.c
diff -u src/libexec/httpd/main.c:1.9 src/libexec/httpd/main.c:1.10
--- src/libexec/httpd/main.c:1.9	Wed Oct 28 09:20:15 2015
+++ src/libexec/httpd/main.c	Sun Nov 29 15:26:10 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.9 2015/10/28 09:20:15 shm Exp $	*/
+/*	$NetBSD: main.c,v 1.10 2015/11/29 15:26:10 kamil Exp $	*/
 
 /*	$eterna: main.c,v 1.6 2011/11/18 09:21:15 mrg Exp $	*/
 /* from: eterna: bozohttpd.c,v 1.159 2009/05/23 02:14:30 mrg Exp 	*/
@@ -145,7 +145,7 @@ main(int argc, char **argv)
 	 */
 
 	while ((c = getopt(argc, argv,
-	    "C:EHI:L:M:P:S:U:VXZ:bc:defhi:np:st:uv:x:z:")) != -1) {
+	    "C:EHI:L:M:P:S:U:VXZ:bc:defhi:np:st:uv:x:")) != -1) {
 		switch (c) {
 
 		case 'L':

Reply via email to