Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 99699 invoked from network); 27 Sep 2010 18:41:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 18:41:57 -0000 Received: (qmail 93426 invoked by uid 500); 27 Sep 2010 18:41:57 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 93290 invoked by uid 500); 27 Sep 2010 18:41:57 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 93283 invoked by uid 99); 27 Sep 2010 18:41:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 18:41:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 18:41:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B50F32388906; Mon, 27 Sep 2010 18:41:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1001864 - /httpd/httpd/trunk/modules/cache/mod_cache.h Date: Mon, 27 Sep 2010 18:41:33 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100927184133.B50F32388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Mon Sep 27 18:41:33 2010 New Revision: 1001864 URL: http://svn.apache.org/viewvc?rev=1001864&view=rev Log: axe extra ";", fixing this messages from Sun Studio: warning: syntax error: empty declaration Modified: httpd/httpd/trunk/modules/cache/mod_cache.h Modified: httpd/httpd/trunk/modules/cache/mod_cache.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_cache.h?rev=1001864&r1=1001863&r2=1001864&view=diff ============================================================================== --- httpd/httpd/trunk/modules/cache/mod_cache.h (original) +++ httpd/httpd/trunk/modules/cache/mod_cache.h Mon Sep 27 18:41:33 2010 @@ -176,7 +176,7 @@ CACHE_DECLARE(apr_table_t *)ap_cache_cac * more advanced processing, or to store statistics about the cache behaviour. */ APR_DECLARE_EXTERNAL_HOOK(cache, CACHE, int, cache_status, (cache_handle_t *h, - request_rec *r, ap_cache_status_e status, const char *reason)); + request_rec *r, ap_cache_status_e status, const char *reason)) APR_DECLARE_OPTIONAL_FN(apr_status_t, ap_cache_generate_key,