groups[] is of type gid_t.

This commit is contained in:
David Greenman 1994-09-23 10:02:21 +00:00
parent ffaf90b1ec
commit 25738fbcc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3032

View File

@ -238,7 +238,7 @@ chownerr(file)
char *file;
{
static int euid = -1, ngroups = -1;
int groups[NGROUPS];
gid_t groups[NGROUPS];
/* Check for chown without being root. */
if (errno != EPERM ||