From 160a808ee59628d5928fab0e57fcf559889cca72 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 26 Jun 2001 13:36:03 +0000 Subject: * 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. --- libshouldbeinlibc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libshouldbeinlibc/ChangeLog') 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 + + * 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 * ugids.h: Fix obsolescent #endif syntax. -- cgit v1.2.3