Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 21883 invoked by uid 500); 5 Aug 2000 12:28:43 -0000 Mailing-List: contact apache-cvs-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 apache-cvs@apache.org Received: (qmail 21872 invoked by uid 500); 5 Aug 2000 12:28:43 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 5 Aug 2000 12:28:42 -0000 Message-ID: <20000805122842.21868.qmail@locus.apache.org> From: trawick@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/include httpd.h trawick 00/08/05 05:28:42 Modified: src/include httpd.h Log: Finish (almost) Ryan's change of apr_filter_t back to ap_filter_t so that apache builds again. AFAICT, there is one last occurrence of apr_filter_t in ryan.patch. Revision Changes Path 1.70 +1 -1 apache-2.0/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- httpd.h 2000/08/04 17:40:02 1.69 +++ httpd.h 2000/08/05 12:28:42 1.70 @@ -725,7 +725,7 @@ struct ap_rr_xlate *rrx; #endif /*APACHE_XLATE*/ - struct apr_filter_t *filters; + struct ap_filter_t *filters; /* Things placed at the end of the record to avoid breaking binary * compatibility. It would be nice to remember to reorder the entire