Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 2218 invoked by uid 6000); 27 Oct 1997 16:26:55 -0000 Received: (qmail 2211 invoked from network); 27 Oct 1997 16:26:53 -0000 Received: from gate-isdn.ukweb.com (194.152.65.149) by taz.hyperreal.org with SMTP; 27 Oct 1997 16:26:53 -0000 Received: from ecstasy.localnet [192.168.2.4] by gate-isdn.ukweb.com with smtp (Exim 1.61 #1) id 0xPs1H-0005LL-00; Mon, 27 Oct 1997 16:27:59 +0000 Date: Mon, 27 Oct 1997 16:26:51 +0000 (GMT) From: Paul Sutton To: new-httpd@apache.org Subject: Re: Build of apache_19971023070014 In-Reply-To: <19971027171256.51686@deejai.mch.sni.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Mon, 27 Oct 1997, Martin Kraemer wrote: > On Mon, Oct 27, 1997 at 10:32:36AM -0500, Ben Hyde wrote: > > These are changes since apache_19971023070014. > > > > The sun4 got worse. > > > > Now it looks like: > > gcc -c -I../regex -I../os/unix -I../main -DSUNOS4 -DUSEBCOPY -DSTATUS util.c > > util.c: In function `pcfg_openfile': > > util.c:681: `fgetc' undeclared (first use this function) > > util.c:681: (Each undeclared identifier is reported only once > > util.c:681: for each function it appears in.) > > util.c:683: `fclose' undeclared (first use this function) > > *** Error code 1 > >... > > - ben > > Okay, I think it's best if I commit the appended patch... Doesn't conf.h already include stdio.h? //pcs