summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2009-01-02 11:48:52 +0000
committerRainer Jung <rjung@apache.org>2009-01-02 11:48:52 +0000
commit2f1fa7d91411326b9a5e79dd5fa0f82d4ec90211 (patch)
treea7355936c0723efa9e119fe34ef98d1c1f3a0ea3 /modules/examples
parentc662d88e8f48c33b3f6bb1a6ab4570912a0696d2 (diff)
downloadhttpd-2f1fa7d91411326b9a5e79dd5fa0f82d4ec90211.tar.gz
unixd_set_global_mutex_perms() -> ap_unixd_set_global_mutex_perms()
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
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/mod_example_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/mod_example_ipc.c b/modules/examples/mod_example_ipc.c
index 7340cb7b0f..f540ec4043 100644
--- a/modules/examples/mod_example_ipc.c
+++ b/modules/examples/mod_example_ipc.c
@@ -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 "