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)
commit9422bb3fdf16ae5a3d726e41435ba405b4c22a8e
tree47acfb9c509d8d3c4166f5a3628b2183a86cabe7
parent5afd8aedce004cc11700285c16ea84f1e857d473
Change getgroups to use GETGROUPS_T as the type of the group array returned,
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.
configure.in
rsync.c