diff options
Diffstat (limited to 'usr.sbin/chown/chown.c')
-rw-r--r-- | usr.sbin/chown/chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c index 9121777..5dd0867 100644 --- a/usr.sbin/chown/chown.c +++ b/usr.sbin/chown/chown.c @@ -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 || |