Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd Remove nonexistent option z: in the getopt(3) ...
details: https://anonhg.NetBSD.org/src/rev/c156e0fbdacd
branches: trunk
changeset: 341924:c156e0fbdacd
user: kamil <kamil%NetBSD.org@localhost>
date: Sun Nov 29 15:26:10 2015 +0000
description:
Remove nonexistent option z: in the getopt(3) call
diffstat:
libexec/httpd/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7e9c802ce9a8 -r c156e0fbdacd libexec/httpd/main.c
--- a/libexec/httpd/main.c Sun Nov 29 14:12:56 2015 +0000
+++ b/libexec/httpd/main.c Sun Nov 29 15:26:10 2015 +0000
@@ -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 @@
*/
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':
Home |
Main Index |
Thread Index |
Old Index