Eric Blake wrote: > Based on my work on the gnulib side, how does this look? > > From: Eric Blake <[email protected]> > Date: Thu, 12 Nov 2009 11:59:09 -0700 > Subject: [PATCH] build: update gnulib, for getgroups improvements > > A replacement getgroups is now guaranteed to exist, but it may > fail with ENOSYS. mgetgroups is moved to gnulib, and now takes > gid_t instead of GETGROUPS_T (but setgroups still needs GETGROUPS_T). > > * gnulib: Update to latest. > * gl/modules/mgetgroups: Delete, moved to gnulib. > * gl/m4/mgetgroups.m4: Likewise. > * gl/lib/mgetgroups.h: Likewise. > * gl/lib/mgetgroups.c: Likewise. > * src/group-list.c (print_group_list): Adjust callers. > * src/id.c (print_full_info): Likewise.
Fine by me. Thanks!
