bnicholes 01/11/26 11:06:52
Modified: user/netware groupinfo.c
Log:
Added the apr_get_groupid() stub
Revision Changes Path
1.3 +4 -0 apr/user/netware/groupinfo.c
Index: groupinfo.c
===================================================================
RCS file: /home/cvs/apr/user/netware/groupinfo.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- groupinfo.c 2001/08/31 21:45:53 1.2
+++ groupinfo.c 2001/11/26 19:06:52 1.3
@@ -71,3 +71,7 @@
return APR_ENOTIMPL;
}
+APR_DECLARE(apr_status_t) apr_get_groupid(apr_gid_t *groupid, const char
*groupname, apr_pool_t *p)
+{
+ return APR_ENOTIMPL;
+}