]> granicus.if.org Git - apache/commitdiff
propagate gregames' change to the other callers of that function
authorCliff Woolley <jwoolley@apache.org>
Mon, 20 May 2002 18:33:41 +0000 (18:33 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 20 May 2002 18:33:41 +0000 (18:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95189 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c
modules/ssl/ssl_engine_mutex.c

index b1d7a2e74e2e8f1b9ac660c17615eab23c09386d..24ecf23f5fe80b87dc64e354c2d498f85c8f82d0 100644 (file)
@@ -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,
index ccbe56abcf402cbdf1fc3c90993b96bbf8228366..2fdf41491ba4da69447699e9ec28f8487e5f85f3 100644 (file)
@@ -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,