getgroups: avoid compilation failure
[gnulib.git] / ChangeLog
index 8425e3f..44e2120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2009-11-13  Eric Blake  <ebb9@byu.net>
 
+       getgroups: avoid compilation failure
+       * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
+       * modules/getgroups (Depends-on): Add stdint.
+
+2009-11-13  Jim Meyering  <meyering@redhat.com>
+
+       test-getgroups: avoid compilation failure
+       * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
+
+2009-11-13  Eric Blake  <ebb9@byu.net>
+
        mgetgroups: new module, taken from coreutils
        * modules/mgetgroups: New file.
        * lib/mgetgroups.h: Likewise.