groups[] is of type gid_t.

This commit is contained in:
dg 1994-09-23 10:02:21 +00:00
parent f9718d83a6
commit be96a45601

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 ||