build: update gnulib, for getgroups improvements
commit6a31fd8d732afd232d6a99708192170e13129374
authorEric Blake <ebb9@byu.net>
Thu, 12 Nov 2009 18:59:09 +0000 (12 11:59 -0700)
committerEric Blake <ebb9@byu.net>
Fri, 13 Nov 2009 14:50:20 +0000 (13 07:50 -0700)
treea02c4dc471e03a5b54820a03776097ffc1a5e08f
parent719a95aa9dca00c83c6da57fbdd5c2ae7acaa1f8
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.
gl/lib/mgetgroups.c [deleted file]
gl/lib/mgetgroups.h [deleted file]
gl/m4/mgetgroups.m4 [deleted file]
gl/modules/mgetgroups [deleted file]
gnulib
src/group-list.c
src/id.c