]> granicus.if.org Git - apache/commitdiff
don't try to set permissions on the rewrite_log_lock unless it is a SysV
authorGreg Ames <gregames@apache.org>
Mon, 20 May 2002 18:13:14 +0000 (18:13 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 20 May 2002 18:13:14 +0000 (18:13 +0000)
sem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95188 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 7016e1d10a938c7fc44a19d43c3203046c03ddfd..b1d7a2e74e2e8f1b9ac660c17615eab23c09386d 100644 (file)
@@ -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,