Fix location of initgroups prototype, outside of AP_MPM_USES_POD
check.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1092275 13f79535-47bb-0310-9956-
ffa450edef68
#define AP_MPM_HARD_LIMITS_FILE APACHE_MPM_DIR "/mpm_default.h"
-#ifdef AP_MPM_USES_POD
-
#ifndef HAVE_INITGROUPS
/**
* The initgroups() function initializes the group access list by reading the
int initgroups(const char *name, gid_t basegid);
#endif
+#ifdef AP_MPM_USES_POD
+
typedef struct ap_pod_t ap_pod_t;
struct ap_pod_t {