Hash :
533101a2
Author :
Date :
2013-10-13T23:08:42
mgetgroups: remove dependency on realloc-gnu The dependency violates the comment in realloc-gnu, which says that tests can't depend on realloc-gnu; some tests depend on mgetgroups, so mgetgroups can't depend on realloc-gnu. Problem reported by Daniel Richard G. in <http://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00056.html>. * lib/mgetgroups.c (mgetgroups): Don't call realloc (NULL, 0). * modules/mgetgroups (Depends-on): Depend on realloc-posix, not realloc-gnu.
Description:
Return the group IDs of a user or current process in malloc'd storage.
Files:
lib/mgetgroups.c
lib/mgetgroups.h
m4/mgetgroups.m4
Depends-on:
getgroups
getugroups
realloc-posix
xalloc-oversized
configure.ac:
gl_MGETGROUPS
Makefile.am:
lib_SOURCES += mgetgroups.c
Include:
"mgetgroups.h"
License:
LGPLv2+
Maintainer:
Jim Meyering, Eric Blake