summaryrefslogtreecommitdiff
path: root/include/apr_user.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-06-08 22:09:50 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-06-08 22:09:50 +0000
commit13c06c362668fa1fbaa2df3d4c771a63aebfe0a6 (patch)
tree7a0002d91dd975c3f2e93202707e5dd34ab01816 /include/apr_user.h
parent09867ceae552e3df78817441f731442041bc09f0 (diff)
downloadapr-13c06c362668fa1fbaa2df3d4c771a63aebfe0a6.tar.gz
Seems I was cutting a pasting just a little over the speed limit.
Thanks to Garrett for the fix. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_user.h')
-rw-r--r--include/apr_user.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/apr_user.h b/include/apr_user.h
index cda0d7c0b..e54411043 100644
--- a/include/apr_user.h
+++ b/include/apr_user.h
@@ -158,7 +158,6 @@ APR_DECLARE(apr_status_t) apr_group_name_get(char **groupname,
apr_gid_t groupid, apr_pool_t *p);
/** @deprecated @see apr_group_name_get */
-#define apr_get_groupname apr_group_name_get
APR_DECLARE(apr_status_t) apr_get_groupname(char **groupname,
apr_gid_t groupid, apr_pool_t *p);