chown junk, which we know is safe and works, and more directly
handles the issue with chown (agreed that a macro is needed
eventually)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99148
13f79535-47bb-0310-9956-
ffa450edef68
"Cannot create SSLMutex");
return FALSE;
}
-#if APR_HAS_FLOCK_SERIALIZE
+#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE)
if (mc->szMutexFile && mc->ChownMutexFile == TRUE)
chown(mc->szMutexFile, unixd_config.user_id, -1);
#endif