From e0066f36c22dce02f9d6327cb881ee7eec6e7539 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 5 Jul 2007 17:42:29 +0200 Subject: setuidgid: set all groups, not just the primary one; mgetgroups: new module I wanted to use the xgetgroups function from id.c, so factored it out and made it into a non-exiting function (hence the "m" prefix rather than "x"). * src/setuidgid.c (main): Use mgetgroups. Include "mgetgroups.h". * src/id.c (xgetgroups): Remove function. Include "mgetgroups.h". (print_group_list): Use mgetgroups, not xgetgroups. * gl/modules/mgetgroups: New module. * gl/lib/mgetgroups.c: New file. mgetgroups is derived from id.c's xgetgroups function. * bootstrap.conf (gnulib_modules): Add mgetgroups. * gl/m4/mgetgroups.m4: New file. * gl/lib/mgetgroups.h: New file. --- m4/.cvsignore | 1 + 1 file changed, 1 insertion(+) (limited to 'm4/.cvsignore') diff --git a/m4/.cvsignore b/m4/.cvsignore index ec7015626..88f1d88aa 100644 --- a/m4/.cvsignore +++ b/m4/.cvsignore @@ -144,6 +144,7 @@ memmove.m4 mempcpy.m4 memrchr.m4 memset.m4 +mgetgroups.m4 mkancesdirs.m4 mkdir-p.m4 mkdir-slash.m4 -- cgit v1.2.3-54-g00ecf