Commits on Source 2
-
Gary E. Miller authored
-
Gary E. Miller authored
For some odd reason initgroups() tkes an int, instead of git_t, for the second argument. Even though the 2nd argument is clearly a gid. Apple makes this work by making gid_t a unit32_t and so an int can hold it.