Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAF629BBE for ; Sat, 4 Feb 2012 09:46:18 +0000 (UTC) Received: (qmail 56967 invoked by uid 500); 4 Feb 2012 09:46:14 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 56821 invoked by uid 500); 4 Feb 2012 09:45:57 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 56762 invoked by uid 99); 4 Feb 2012 09:45:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2012 09:45:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Sat, 04 Feb 2012 09:45:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0F8EB23888CD for ; Sat, 4 Feb 2012 09:45:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1240472 - /apr/apr/trunk/include/apr_errno.h Date: Sat, 04 Feb 2012 09:45:16 -0000 To: commits@apr.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120204094517.0F8EB23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sf Date: Sat Feb 4 09:45:16 2012 New Revision: 1240472 URL: http://svn.apache.org/viewvc?rev=1240472&view=rev Log: Reserve a range of USERERR values for HTTPD Modified: apr/apr/trunk/include/apr_errno.h Modified: apr/apr/trunk/include/apr_errno.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_errno.h?rev=1240472&r1=1240471&r2=1240472&view=diff ============================================================================== --- apr/apr/trunk/include/apr_errno.h (original) +++ apr/apr/trunk/include/apr_errno.h Sat Feb 4 09:45:16 2012 @@ -158,6 +158,8 @@ APR_DECLARE(char *) apr_strerror(apr_sta * Subversion - Defined ranges, of less than 100, at intervals of 5000 * starting at an offset of 5000, e.g. * +5000 to 5100, +10000 to 10100 + * + * Apache HTTPD - +2000 to 2999 */ #define APR_OS_START_USERERR (APR_OS_START_STATUS + APR_OS_ERRSPACE_SIZE) /**