mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
744 B
Plaintext
14 lines
744 B
Plaintext
$NetBSD: patch-ab,v 1.7 2010/11/01 18:03:04 adam Exp $
|
|
|
|
--- server/mpm_common.c.orig 2007-07-14 17:03:18.000000000 +0000
|
|
+++ server/mpm_common.c
|
|
@@ -425,7 +425,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 */
|