From 7a345b3528856779f944aa3772a0d982923c195b Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Mon, 21 Dec 2009 23:39:08 +0000 Subject: [PATCH] no! no new warnings --- lib/other/setgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.44.0