mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-07 14:11:40 +00:00
* lib/getugroups.c (getugroups): Fix specification of return value. Move grouplist != NULL test out of the inner loop. * modules/getugroups (Depends-on): Add bool.
28 lines
276 B
Plaintext
28 lines
276 B
Plaintext
Description:
|
|
Return the group IDs of a user.
|
|
|
|
Files:
|
|
lib/getugroups.c
|
|
lib/getugroups.h
|
|
m4/getugroups.m4
|
|
|
|
Depends-on:
|
|
errno-h
|
|
streq
|
|
bool
|
|
|
|
configure.ac:
|
|
gl_GETUGROUPS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += getugroups.c
|
|
|
|
Include:
|
|
"getugroups.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|