Hi,
I am experiencing a new issue when building Apache for NetWare with the
GNU stuff:
src/os/netware/os.c: At top level:
src/os/netware/os.c:376: parse error at null character
make: *** [src/os/netware/os.o] Error 1
I've noticed that the src/os/netware/os.c file was changed recently (on
August 22th).
Corresponding patch attached.
Thanks,
Pavel
--- src/os/netware/os.c Wed Aug 22 00:12:01 2001
+++ src_gcc/os/netware/os.c Thu Aug 23 14:23:15 2001
@@ -373,4 +373,4 @@
}
return http_method;
-}
\ No newline at end of file
+}