From 40e773367cbd979feb264b824f204617c478eea3 Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Mon, 20 May 2002 18:33:41 +0000 Subject: [PATCH] propagate gregames' change to the other callers of that function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95189 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_rewrite.c | 2 +- modules/ssl/ssl_engine_mutex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index b1d7a2e74e..24ecf23f5f 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -3329,7 +3329,7 @@ static apr_status_t rewritelock_create(server_rec *s, apr_pool_t *p) return rc; } -#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE) +#if APR_USE_SYSVSEM_SERIALIZE rc = unixd_set_global_mutex_perms(rewrite_mapr_lock_acquire); if (rc != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_CRIT, rc, s, diff --git a/modules/ssl/ssl_engine_mutex.c b/modules/ssl/ssl_engine_mutex.c index ccbe56abcf..2fdf41491b 100644 --- a/modules/ssl/ssl_engine_mutex.c +++ b/modules/ssl/ssl_engine_mutex.c @@ -81,7 +81,7 @@ int ssl_mutex_init(server_rec *s, apr_pool_t *p) return FALSE; } -#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE) +#if APR_USE_SYSVSEM_SERIALIZE rv = unixd_set_global_mutex_perms(mc->pMutex); if (rv != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_ERR, rv, s, -- 2.50.1