diff options
author | Eric Blake <ebb9@byu.net> | 2009-11-12 11:59:09 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-11-13 07:50:20 -0700 |
commit | 6a31fd8d732afd232d6a99708192170e13129374 (patch) | |
tree | a02c4dc471e03a5b54820a03776097ffc1a5e08f /gl/modules | |
parent | 719a95aa9dca00c83c6da57fbdd5c2ae7acaa1f8 (diff) | |
download | coreutils-6a31fd8d732afd232d6a99708192170e13129374.tar.xz |
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.
Diffstat (limited to 'gl/modules')
-rw-r--r-- | gl/modules/mgetgroups | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gl/modules/mgetgroups b/gl/modules/mgetgroups deleted file mode 100644 index 8bce53a56..000000000 --- a/gl/modules/mgetgroups +++ /dev/null @@ -1,24 +0,0 @@ -Description: -Return the group IDs of a user in malloc'd storage. - -Files: -lib/mgetgroups.c -lib/mgetgroups.h -m4/mgetgroups.m4 - -Depends-on: -getugroups -xalloc - -configure.ac: -gl_MGETGROUPS - -Makefile.am: - -Include: - -License: -LGPL - -Maintainer: -Jim Meyering |