I get two errors when compiling the apache web server 1.1.1 (under DU 3.2c) 
Would anyone tell me how to correct, or donate the Makefile?  Thanks.
First error
cc -c -O2 -DOSF1 buff.c
/usr/lib/cmplrs/cc/cfe: Warning: buff.c, line 363: Incompatible pointer type 
assignment
        x = memchr(fb->inptr, '\012', fb->incnt);
        --^
Second error
cc -c -O2 -DOSF1  http_bprintf.c
/usr/lib/cmplrs/cc/cfe: Warning: http_bprintf.c, line 88: Long double not 
supported; double assumed.
     long double lDoubleArg = 0.0;
 ----^
Received on Tue Oct 29 1996 - 02:13:29 NZDT