From commits-return-10155-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Thu Feb 19 07:20:57 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 29942 invoked from network); 19 Feb 2009 07:20:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 07:20:57 -0000 Received: (qmail 17238 invoked by uid 500); 19 Feb 2009 07:20:56 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 17221 invoked by uid 500); 19 Feb 2009 07:20:56 -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 17204 invoked by uid 99); 19 Feb 2009 07:20:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 23:20:56 -0800 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; Thu, 19 Feb 2009 07:20:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 26C0323888CA; Thu, 19 Feb 2009 07:20:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r745764 - /apr/apr/trunk/include/apr_network_io.h Date: Thu, 19 Feb 2009 07:20:35 -0000 To: commits@apr.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090219072035.26C0323888CA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Thu Feb 19 07:20:34 2009 New Revision: 745764 URL: http://svn.apache.org/viewvc?rev=745764&view=rev Log: Fix copy/paste typo Modified: apr/apr/trunk/include/apr_network_io.h Modified: apr/apr/trunk/include/apr_network_io.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_network_io.h?rev=745764&r1=745763&r2=745764&view=diff ============================================================================== --- apr/apr/trunk/include/apr_network_io.h (original) +++ apr/apr/trunk/include/apr_network_io.h Thu Feb 19 07:20:34 2009 @@ -800,7 +800,7 @@ /** * Set socket permissions. */ -APR_PERMS_SET_IMPLEMENT(global_mutex); +APR_PERMS_SET_IMPLEMENT(socket); /** * @defgroup apr_mcast IP Multicast