You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/01/02 12:48:53 UTC

svn commit: r730703 - /httpd/httpd/trunk/modules/examples/mod_example_ipc.c

Author: rjung
Date: Fri Jan  2 03:48:52 2009
New Revision: 730703

URL: http://svn.apache.org/viewvc?rev=730703&view=rev
Log:
unixd_set_global_mutex_perms() -> ap_unixd_set_global_mutex_perms()
in mod_example_ipc.
Addition to change in r722399.

Modified:
    httpd/httpd/trunk/modules/examples/mod_example_ipc.c

Modified: httpd/httpd/trunk/modules/examples/mod_example_ipc.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/examples/mod_example_ipc.c?rev=730703&r1=730702&r2=730703&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/examples/mod_example_ipc.c (original)
+++ httpd/httpd/trunk/modules/examples/mod_example_ipc.c Fri Jan  2 03:48:52 2009
@@ -203,7 +203,7 @@
      * it.
      */
 #ifdef MOD_EXIPC_SET_MUTEX_PERMS
-    rs = unixd_set_global_mutex_perms(exipc_mutex);
+    rs = ap_unixd_set_global_mutex_perms(exipc_mutex);
     if (APR_SUCCESS != rs) {
         ap_log_error(APLOG_MARK, APLOG_CRIT, rs, s, 
                      "Parent could not set permissions on Example IPC "