aboutsummaryrefslogtreecommitdiffstats
path: root/uidlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'uidlist.c')
-rw-r--r--uidlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidlist.c b/uidlist.c
index e4b61b88..14611a55 100644
--- a/uidlist.c
+++ b/uidlist.c
@@ -126,7 +126,7 @@ static gid_t match_gid(gid_t gid)
if (am_root)
last_out = gid;
else
- last_out = -1;
+ last_out = (gid_t) -1;
return last_out;
}