summaryrefslogtreecommitdiff
path: root/www/apache2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache2/patches/patch-ab')
-rw-r--r--www/apache2/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/apache2/patches/patch-ab b/www/apache2/patches/patch-ab
deleted file mode 100644
index 1c76fab3c98..00000000000
--- a/www/apache2/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$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 */