summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-23 10:02:21 +0000
committerdg <dg@FreeBSD.org>1994-09-23 10:02:21 +0000
commitbe96a45601c480b3ef1459fb39833933a498382f (patch)
treedbbb959e023ce3b0e7a90b75cd123aab0e8f2411 /usr.sbin
parentf9718d83a6d42e5860b0dd541b7bad9491eec9c8 (diff)
downloadFreeBSD-src-be96a45601c480b3ef1459fb39833933a498382f.zip
FreeBSD-src-be96a45601c480b3ef1459fb39833933a498382f.tar.gz
groups[] is of type gid_t.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/chown/chown.c2
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 ||
OpenPOWER on IntegriCloud