getgroups.c: minor fixups.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Oct 2003 07:34:14 +0000 (07:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Oct 2003 07:34:14 +0000 (07:34 +0000)
lib/ChangeLog

index 299d91cad1141e1b72942017edb3b999b310ddf7..885e93c50c4df4d2ccb6bcee89fcde09e21e8857 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-16  Paul Eggert  <eggert@twinsun.com>
+
+       * getgroups.c: Include <errno.h>, <stdlib.h>.
+       (getgroups): First arg is int, not size_t.
+       Don't let 'free' mangle errno.
+
 2003-10-16  Jim Meyering  <jim@meyering.net>
 
        * xmalloc.c: Include <string.h>, for declarations of memset and memcpy.