ben 99/09/11 12:52:28
Modified: src/main http_main.c Log: Really get rid of unused options. Revision Changes Path 1.6 +1 -1 apache-2.0/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /export/home/cvs/apache-2.0/src/main/http_main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- http_main.c 1999/08/31 05:32:58 1.5 +++ http_main.c 1999/09/11 19:52:27 1.6 @@ -277,7 +277,7 @@ ap_setup_prelinked_modules(); - while ((c = getopt(argc, argv, "D:C:c:Xd:f:vVlLR:th")) != -1) { + while ((c = getopt(argc, argv, "C:c:d:f:vVlLth")) != -1) { char **new; switch (c) { case 'c':