That code path should be Netware only.
Bill
At 06:34 PM 6/18/2002, you wrote:
>bnicholes 2002/06/18 16:34:31
>
> Modified: src/main http_main.c
> Log:
> Fix the -f parameter so that it requires a follow-up argument again.
>
> Revision Changes Path
> 1.587 +1 -1 apache-1.3/src/main/http_main.c
>
> Index: http_main.c
> ===================================================================
> RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v
> retrieving revision 1.586
> retrieving revision 1.587
> diff -u -r1.586 -r1.587
> --- http_main.c 5 Jun 2002 04:53:15 -0000 1.586
> +++ http_main.c 18 Jun 2002 23:34:31 -0000 1.587
> @@ -7260,7 +7260,7 @@
>
> while ((c = getopt(argc, argv,
> "D:C:c:Xd:f:vVlLz:Z:wiuStThk:n:W:")) != -1) {
> #else /* !WIN32 */
> - while ((c = getopt(argc, argv, "D:C:c:Xd:fF:vVlLesStTh")) != -1) {
> + while ((c = getopt(argc, argv, "D:C:c:Xd:Ff:vVlLesStTh")) != -1) {
> #endif
> char **new;
> switch (c) {
>
>
>