diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-06-26 13:36:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-06-26 13:36:03 +0000 |
commit | 160a808ee59628d5928fab0e57fcf559889cca72 (patch) | |
tree | 50ee092b8caa0f51c209909e09648c93047791df /libshouldbeinlibc/ChangeLog | |
parent | b4b68736670315fcb8750cca938be4c91a3aafcf (diff) |
* idvec-impgids.c (_merge_implied_gids) [HAVE_GETGROUPLIST]:
Conditionally enable code that calls getgrouplist. Use `int'
instead of `size_t' for number of groups.
[!HAVE_GETGROUPLIST]: Add #warning about missing getgrouplist.
Diffstat (limited to 'libshouldbeinlibc/ChangeLog')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index be744ee2..e6d8e961 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,10 @@ +2001-06-24 Mark Kettenis <kettenis@gnu.org> + + * idvec-impgids.c (_merge_implied_gids) [HAVE_GETGROUPLIST]: + Conditionally enable code that calls getgrouplist. Use `int' + instead of `size_t' for number of groups. + [!HAVE_GETGROUPLIST]: Add #warning about missing getgrouplist. + 2001-03-31 Roland McGrath <roland@frob.com> * ugids.h: Fix obsolescent #endif syntax. |