From: Cliff Woolley Date: Mon, 20 May 2002 18:33:41 +0000 (+0000) Subject: propagate gregames' change to the other callers of that function X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c0abb23f30d3735db08a909f538cc67792a022;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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,