From: Ruediger Pluem Date: Tue, 2 Dec 2008 17:57:46 +0000 (+0000) Subject: * Another set of missed renames. X-Git-Tag: 2.3.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c99ca3f938088397281cb84cb01d9a893dec278;p=thirdparty%2Fapache%2Fhttpd.git * Another set of missed renames. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722544 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 72170d8caac..ce18645525b 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -2535,7 +2535,7 @@ static int util_ldap_post_config(apr_pool_t *p, apr_pool_t *plog, } #ifdef AP_NEED_SET_MUTEX_PERMS - result = unixd_set_global_mutex_perms(st->util_ldap_cache_lock); + result = ap_unixd_set_global_mutex_perms(st->util_ldap_cache_lock); if (result != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_CRIT, result, s, "LDAP cache: failed to set mutex permissions"); diff --git a/modules/ssl/ssl_engine_mutex.c b/modules/ssl/ssl_engine_mutex.c index 533a25289df..7ab416ce938 100644 --- a/modules/ssl/ssl_engine_mutex.c +++ b/modules/ssl/ssl_engine_mutex.c @@ -71,7 +71,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p) } #ifdef AP_NEED_SET_MUTEX_PERMS - rv = unixd_set_global_mutex_perms(mc->pMutex); + rv = ap_unixd_set_global_mutex_perms(mc->pMutex); if (rv != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_ERR, rv, s, "Could not set permissions on ssl_mutex; check User "