]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
authorRyan Bloom <rbb@apache.org>
Sat, 20 Jan 2001 06:05:15 +0000 (06:05 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 20 Jan 2001 06:05:15 +0000 (06:05 +0000)
commit68abccae46835f0dba38f436ab3e25cfa07f9313
tree1e5062a0794353ce48bee1d4fcfa772fb91ae850
parentdb9deecf9440c7c800210ead3e67614abc992ab4
Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
mpm_common.c.  These functions are only valid on some platforms,
so they should not be in the main-line code.

These functions are also not portable to non-unix platforms, so they don't
really belong in APR.  Since they are only used in MPMs, for right now,
I am moving them to mpm_common.c

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87755 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/httpd.h
include/mpm_common.h
os/unix/unixd.c
server/mpm_common.c
server/util.c