From dd5a5b409b80b82741ad7cd8e5be18fd1bf1a721 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Mon, 20 May 2002 18:13:14 +0000 Subject: [PATCH] don't try to set permissions on the rewrite_log_lock unless it is a SysV sem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95188 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_rewrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 7016e1d10a..b1d7a2e74e 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -964,7 +964,7 @@ static int post_config(apr_pool_t *p, return HTTP_INTERNAL_SERVER_ERROR; } -#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE) +#if APR_USE_SYSVSEM_SERIALIZE rv = unixd_set_global_mutex_perms(rewrite_log_lock); if (rv != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_CRIT, rv, s, -- 2.50.1