From: David Dykstra Date: Tue, 2 Mar 1999 16:42:46 +0000 (+0000) Subject: Change getgroups to use GETGROUPS_T as the type of the group array returned, X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9422bb3fdf16ae5a3d726e41435ba405b4c22a8e?hp=9422bb3fdf16ae5a3d726e41435ba405b4c22a8e 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. ---