diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-16 19:30:40 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-16 19:30:40 +0100 |
commit | 059c3cafd7a83be6f473336957f34288d2086797 (patch) | |
tree | 0992eb2df7b53864bc32c35a4f1d3be462917403 /server/mpm_common.c | |
parent | Fix typo in RLIMIT_NPROC (diff) | |
download | apache2-059c3cafd7a83be6f473336957f34288d2086797.tar.xz apache2-059c3cafd7a83be6f473336957f34288d2086797.zip |
Added prototype for initgroups().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/mpm_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm_common.c b/server/mpm_common.c index 044385aa66..abcec7d88f 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -222,7 +222,7 @@ int initgroups(const char *name, gid_t basegid) return setgroups(index, groups); #endif } -#endif /* def NEED_INITGROUPS */ +#endif /* def HAVE_INITGROUPS */ /* standard mpm configuration handling */ const char *ap_pid_fname = NULL; |