]> granicus.if.org Git - apache/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)
commit86a67eff475012388f5ba77ac2e6ddb7d3a74757
tree1e5062a0794353ce48bee1d4fcfa772fb91ae850
parentb610678807cc8fea570f565a045374de15aec379
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