no! no new warnings

This commit is contained in:
David van Moolenbroek 2009-12-21 23:39:08 +00:00
parent 92ae5c81ae
commit 7a345b3528

View file

@ -9,7 +9,7 @@ int setgroups(int ngroups, const gid_t *gidset)
{
message m;
m.m1_p1 = gidset;
m.m1_p1 = (char *) gidset;
m.m1_i1 = ngroups;
return(_syscall(MM, SETGROUPS, &m));