summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2015-11-29 15:26:10 +0000
committerkamil <kamil@NetBSD.org>2015-11-29 15:26:10 +0000
commitc9c253df5392804938201f76f8bf69d82db41b6c (patch)
tree0e3cadd58e68d7b116d85684b8580b5dc257a04d /libexec/httpd
parentc8a1333aa1fde814d6e479d2c44ecc0f1ca9f4d9 (diff)
Remove nonexistent option z: in the getopt(3) call
Diffstat (limited to 'libexec/httpd')
-rw-r--r--libexec/httpd/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/httpd/main.c b/libexec/httpd/main.c
index 6c645d4e995..0a4e680cf8c 100644
--- a/libexec/httpd/main.c
+++ b/libexec/httpd/main.c
@@ -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':