From: David van Moolenbroek Date: Mon, 21 Dec 2009 23:39:08 +0000 (+0000) Subject: no! no new warnings X-Git-Tag: v3.1.6~139 X-Git-Url: http://zhaoyanbai.com/repos/rndc.html?a=commitdiff_plain;h=7a345b3528856779f944aa3772a0d982923c195b;p=minix.git no! no new warnings --- diff --git a/lib/other/setgroups.c b/lib/other/setgroups.c index 62e356623..e1813b0ca 100644 --- a/lib/other/setgroups.c +++ b/lib/other/setgroups.c @@ -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));