From nobody@hyperreal.com Fri Apr 18 17:21:56 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.4/8.8.4) id RAA28347; Fri, 18 Apr 1997 17:21:56 -0700 (PDT) Message-Id: <199704190021.RAA28347@hyperreal.com> Date: Fri, 18 Apr 1997 17:21:56 -0700 (PDT) From: Dave Hall Reply-To: webmaster@halpho.com To: apbugs@hyperreal.com Subject: X-Send-Pr-Version: 3.2 >Number: 419 >Category: general >Synopsis: >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: mistaken >Submitter-Id: apache >Arrival-Date: Fri Apr 18 17:30:01 1997 >Last-Modified: Tue Apr 22 07:57:50 PDT 1997 >Originator: webmaster@halpho.com >Organization: >Release: 1.2b8 >Environment: Your downloaded Apache1.2.b8 (not a binary download) source has a spelling error which causes a MAKE error. In alloc.h in the src directory. >Description: Note: consst is MISPELLED here, causing MAKE ERRORS - 3rd line! /* Common cases which want utility support.. the note_cleanups_for_foo routines are for */ FILE *pfopen(struct pool *, const char *name, const char *fmode); FILE *pfdopen(struct pool *, int fd, const char *fmode); int popenf(struct pool *, consst char *name, int flg, int mode); <--------- consst??? >How-To-Repeat: Yes, just look at it. alloc.h >Fix: duh :-%2 >Audit-Trail: From: Marc Slemko To: Dave Hall Subject: Re: general/419: Date: Fri, 18 Apr 1997 18:37:13 -0600 (MDT) On Fri, 18 Apr 1997, Dave Hall wrote: > >Description: > Note: consst is MISPELLED here, causing MAKE ERRORS - 3rd line! > > /* Common cases which want utility support.. the note_cleanups_for_foo routines are for */ > > FILE *pfopen(struct pool *, const char *name, const char *fmode); > FILE *pfdopen(struct pool *, int fd, const char *fmode); > int popenf(struct pool *, consst char *name, int flg, int mode); <--------- consst??? Where exactly did you download this version from? It is not this way in anything I can find; certainly not in the 1.2b8 tarball. State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Tue Apr 22 07:57:50 PDT 1997 State-Changed-Why: Is not that way in the distribution and can't find it that way in the file the user says they downloaded, so will assume somehow the mirror or the user's copy was corrupted. >Unformatted: