You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by sf...@apache.org on 2014/05/14 22:32:44 UTC

svn commit: r1594704 - in /apr/apr/branches/1.6.x: ./ include/apr_network_io.h

Author: sf
Date: Wed May 14 20:32:44 2014
New Revision: 1594704

URL: http://svn.apache.org/r1594704
Log:
Backport r745764 from trunk:

    Fix copy/paste typo

This fixes a 'missing prototype' compiler warning

Modified:
    apr/apr/branches/1.6.x/   (props changed)
    apr/apr/branches/1.6.x/include/apr_network_io.h

Propchange: apr/apr/branches/1.6.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r745764

Modified: apr/apr/branches/1.6.x/include/apr_network_io.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/include/apr_network_io.h?rev=1594704&r1=1594703&r2=1594704&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/include/apr_network_io.h (original)
+++ apr/apr/branches/1.6.x/include/apr_network_io.h Wed May 14 20:32:44 2014
@@ -847,7 +847,7 @@ APR_DECLARE_INHERIT_UNSET(socket);
 /**
  * Set socket permissions.
  */
-APR_PERMS_SET_IMPLEMENT(global_mutex);
+APR_PERMS_SET_IMPLEMENT(socket);
 
 /**
  * @defgroup apr_mcast IP Multicast