16 lines
757 B
Plaintext
16 lines
757 B
Plaintext
$NetBSD: patch-ab,v 1.16 2009/12/26 04:51:02 obache Exp $
|
|
|
|
PR#27567
|
|
|
|
--- server/mpm_common.c.orig 2007-10-09 13:17:52.000000000 +0000
|
|
+++ server/mpm_common.c
|
|
@@ -533,7 +533,7 @@ AP_DECLARE(gid_t) ap_gname2id(const char
|
|
#ifndef HAVE_INITGROUPS
|
|
int initgroups(const char *name, gid_t basegid)
|
|
{
|
|
-#if defined(QNX) || defined(MPE) || defined(BEOS) || defined(_OSD_POSIX) || defined(TPF) || defined(__TANDEM) || defined(OS2) || defined(WIN32) || defined(NETWARE)
|
|
+#if defined(QNX) || defined(MPE) || defined(BEOS) || defined(_OSD_POSIX) || defined(TPF) || defined(__TANDEM) || defined(OS2) || defined(WIN32) || defined(NETWARE) || defined(__INTERIX)
|
|
/* QNX, MPE and BeOS do not appear to support supplementary groups. */
|
|
return 0;
|
|
#else /* ndef QNX */
|