]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
unixd_set_global_mutex_perms() -> ap_unixd_set_global_mutex_perms()
authorRainer Jung <rjung@apache.org>
Fri, 2 Jan 2009 11:48:52 +0000 (11:48 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 2 Jan 2009 11:48:52 +0000 (11:48 +0000)
in mod_example_ipc.
Addition to change in r722399.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730703 13f79535-47bb-0310-9956-ffa450edef68

modules/examples/mod_example_ipc.c

index 7340cb7b0f45b6b92d5afd8fe95f8d50907eca22..f540ec40434f64f74c902b1a077de55eb6556ae2 100644 (file)
@@ -203,7 +203,7 @@ static int exipc_post_config(apr_pool_t *pconf, apr_pool_t *plog,
      * 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 "