Return-Path: owner-new-httpd Received: by taz.hyperreal.com (8.6.12/8.6.5) id RAA16322; Wed, 30 Aug 1995 17:00:14 -0700 Received: from sierra.zyzzyva.com by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id RAA16299; Wed, 30 Aug 1995 17:00:09 -0700 Received: from zyzzyva.com (randy@localhost.zyzzyva.com [127.0.0.1]) by sierra.zyzzyva.com (8.6.12/8.6.11) with ESMTP id TAA03012 for ; Wed, 30 Aug 1995 19:00:06 -0500 Message-Id: <199508310000.TAA03012@sierra.zyzzyva.com> To: new-httpd@hyperreal.com Subject: Re: Vote change... In-reply-to: brian's message of Wed, 30 Aug 1995 16:33:13 -0700. X-uri: http://www.zyzzyva.com/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 30 Aug 1995 19:00:05 -0500 From: Randy Terbush Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@apache.org > On Wed, 30 Aug 1995, Randy Terbush wrote: > > > >This is a showstopper compile fix. > > > > > > No, it isn't a showstopper. It isn't a security problem, it is > > > a bug that already exists in the current release (not fixing it > > > does not introduce any change), and it can easily be documented > > > and fixable by individuals without even a patch, assuming they > > > aren't in the business of serving 4GB files. > > > > > > On the other hand, there are several fixes like the Options Includes > > > stuff which are showstoppers and must be delivered now. > > > > > > ........Roy > > > > The code as it stands will *not* compile on BSDI 1.1. > > 0.8.11 compiles fine. rst's 0.8.12x doesn't. Does 0.8.12 without > no-bsd-conf compile? That's the question. If not, what other patch is > causing problems? > The problem is in 0.8.12x without no-bsd-conf. mod_include.c line 651. The __bsdi__ forces the quad argument for *all* versions of BSDI. 1.1 did not support it.