]> git.ipfire.org Git - thirdparty/apache/httpd.git/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/modules/ssl@95189 13f79535-47bb-0310-9956-ffa450edef68

ssl_engine_mutex.c

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,