Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`group.gr_gid` was the wrong type (`int32_t` when `gid_t` is `uint32_t`). Just replaced all the types for uids and gids with the appropriate `uid_t` or `gid_t`, which incidentally fixes that inconsistency.
- Loading branch information