Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 64330 invoked by uid 500); 25 Feb 2001 14:14:56 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 64319 invoked from network); 25 Feb 2001 14:14:55 -0000 Message-ID: <001f01c09f34$873be8a0$011aa8c0@godzilla> From: "David Reid" To: , "Brian Havard" References: <200102251407.BAA23953@silk.apana.org.au> Subject: Re: Apache 2.0.12 ready for testing Date: Sun, 25 Feb 2001 14:09:08 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I see the fix is in for BeOS but in CVS the signal thread is stopping the build for me. I'll try to cook something up. david ----- Original Message ----- From: "Brian Havard" To: Sent: Sunday, February 25, 2001 3:07 PM Subject: Re: Apache 2.0.12 ready for testing > On Sat, 24 Feb 2001 22:33:31 -0800 (PST), rbb@covalent.net wrote: > > >> 2.0.12 is broken on OS/2, caused by gsteins's inline handling patch. It's > >> pretty obscure though so I can't really blame Greg. The changes he made > >> stopped apr_general.h being included from util_uri.c which is where > >> strcasecmp() gets #defined as stricmp() so now I've got a link error on > >> strcasecmp. > >> > >> So Greg, why was the #include removed from os/os2/os.h ? > > > >I am about to commit a fix for BeOS. Justin, thanks for the account. It > >made this easy to find, and fix. Patch to be committed as soon as the > >diff is done. Brian, can you let me know when OS/2 is fixed? I'll tag > >and roll once we know it is working. Of course, I'm heading to bed as > >soon as I commit, so the earliest t&r is tomorrow sometime. > > Well, I was hoping to get some feedback from Greg but the trivial patch > below will fix it (tested). Feel free to commit if there are no objections, > I'm going to bed (it's 1am here). > > > > Index: include/httpd.h > =================================================================== > RCS file: /home/cvs/httpd-2.0/include/httpd.h,v > retrieving revision 1.139 > diff -u -r1.139 httpd.h > --- include/httpd.h 2001/02/23 00:50:23 1.139 > +++ include/httpd.h 2001/02/25 13:58:41 > @@ -78,6 +78,7 @@ > #include "ap_release.h" > #include "os.h" > > +#include "apr_general.h" > #include "apr_tables.h" > #include "apr_pools.h" > #include "apr_time.h" > > -- > ____________________________________________________________________________ __ > | Brian Havard | "He is not the messiah! | > | brianh@kheldar.apana.org.au | He's a very naughty boy!" - Life of Brian | > ------------------------------------------------------------------------- ----- >