From 28c0abb23f30d3735db08a909f538cc67792a022 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/modules/ssl@95189 13f79535-47bb-0310-9956-ffa450edef68 --- ssl_engine_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl_engine_mutex.c b/ssl_engine_mutex.c index ccbe56abcf4..2fdf41491ba 100644 --- a/ssl_engine_mutex.c +++ b/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.47.2