Change getgroups to use GETGROUPS_T as the type of the group array returned,
authorDavid Dykstra <dwd@samba.org>
Tue, 2 Mar 1999 16:42:46 +0000 (16:42 +0000)
committerDavid Dykstra <dwd@samba.org>
Tue, 2 Mar 1999 16:42:46 +0000 (16:42 +0000)
as calculated by the configure macro AC_TYPE_GETGROUPS.  Without that, it
doesn't work properly on systems like sunos 4 where gid_t is defined to
be an unsigned short but getgroups is defined to return an array of integers.


No differences found