Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 87068 invoked by uid 500); 2 Jun 2000 18:02:56 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 87036 invoked from network); 2 Jun 2000 18:02:53 -0000 From: "William A. Rowe, Jr." To: Subject: RE: cvs commit: apache-1.3/src/modules/proxy mod_proxy.h proxy_util.c Date: Fri, 2 Jun 2000 13:02:41 -0500 Message-ID: <000b01bfccbc$c6ba4f80$345985d0@corecomm.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal In-Reply-To: <3937DAB7.324BCB43@Golux.Com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Yep, that did it. Typo ouside of the Win build (promise to throw a GB drive in my old 386 and get linux or free bsd up within a few weeks :-) > -----Original Message----- > From: Rodent of Unusual Size [mailto:Ken.Coar@Golux.Com] > Sent: Friday, June 02, 2000 11:03 AM > To: new-httpd@apache.org > Subject: Re: cvs commit: apache-1.3/src/modules/proxy mod_proxy.h > proxy_util.c > > > wrowe@locus.apache.org wrote: > > > > Log: > > PR: 1462, 2216, 3645 > > Submitted by: David Whitmarsh > > Reviewed by: William Rowe > > This breaks the build of mod_proxy on Linux. I'm not entirely > sure what's going on here; does the following fix this and have > the desired effect? > > Index: proxy_util.c > =================================================================== > RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_util.c,v > retrieving revision 1.89 > diff -u -r1.89 proxy_util.c > --- proxy_util.c 2000/06/02 14:49:59 1.89 > +++ proxy_util.c 2000/06/02 16:02:52 > @@ -1324,8 +1324,8 @@ > > #else > > - static APACHE_TLS per_thread_data sptd; > - return *sptd; > + static APACHE_TLS struct per_thread_data sptd; > + return &sptd; > > #endif > } > > -- > #ken P-)} > > Ken Coar > Apache Software Foundation > "Apache Server for Dummies" > "Apache Server Unleashed" >