From 6a31fd8d732afd232d6a99708192170e13129374 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 12 Nov 2009 11:59:09 -0700 Subject: 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. --- gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnulib') diff --git a/gnulib b/gnulib index 5ca4b90d0..8c4c7e9f2 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 5ca4b90d06ed5871ed0bf7bd59dbbf23b69a00ea +Subproject commit 8c4c7e9f211d2d5ed1099ca21b049f6ed567e678 -- cgit v1.2.3-54-g00ecf