changeset 4796:47a39b145833

getgroups.c: minor fixups.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 16 Oct 2003 07:34:14 +0000
parents ac6111c4f643
children 84a4a0e1da42
files lib/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.