getgroups: avoid compilation failure
[gnulib.git] / ChangeLog
index 76f78e3..7d02121 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>
+
        getgroups, getugroups: provide stubs for mingw
        * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
        * lib/getugroups.c (getugroups): Likewise.