You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Moenich <mo...@us.ibm.com> on 1998/10/12 18:30:57 UTC

[PATCH] TPF util.c

Index: util.c
===================================================================
RCS file: /apache/apache/src/main/util.c,v
retrieving revision 1.1.1.1
diff -a -b -C3 -r1.1.1.1 util.c
*** util.c      1998/10/12 09:15:42     1.1.1.1
--- util.c      1998/10/12 09:18:10
***************
*** 1429,1435 ****
  #ifdef NEED_INITGROUPS
  int initgroups(const char *name, gid_t basegid)
  {
! #if defined(QNX) || defined(MPE) || defined(BEOS) || defined(_OSD_POSIX)
  /* QNX, MPE and BeOS do not appear to support supplementary groups. */
      return 0;
  #else /* ndef QNX */
--- 1429,1435 ----
  #ifdef NEED_INITGROUPS
  int initgroups(const char *name, gid_t basegid)
  {
! #if defined(QNX) || defined(MPE) || defined(BEOS) || defined(_OSD_POSIX) ||
defined(TPF)
  /* QNX, MPE and BeOS do not appear to support supplementary groups. */
      return 0;
  #else /* ndef QNX */

Joe Moenich
moenich@us.ibm.com
303 773-5483
tie-line 656-7487