1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

getgrouplist now takes gid_t' instead of int'.

This commit is contained in:
Jacques Vidrine 2002-02-04 19:19:34 +00:00
parent 50ae594fa2
commit 941339bd62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90214

View File

@ -1,3 +1,4 @@
/* $FreeBSD$ */
#define WANT_IRS_NIS
#define WANT_IRS_PW
#define HAVE_PW_CLASS
@ -26,7 +27,7 @@
#define GROUP_R_ENT_ARGS void
#define GROUP_R_OK gptr
#define GROUP_R_BAD NULL
#define GETGROUPLIST_ARGS const char *name, int basegid, int *groups, \
#define GETGROUPLIST_ARGS const char *name, gid_t basegid, gid_t *groups, \
int *ngroups
#define HOST_R_RETURN struct hostent *