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

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 *