comparison lib/ChangeLog @ 4796:47a39b145833

getgroups.c: minor fixups.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 16 Oct 2003 07:34:14 +0000
parents 89793e77bb31
children 83746ec4d74a
comparison
equal deleted inserted replaced
4795:ac6111c4f643 4796:47a39b145833
1 2003-10-16 Paul Eggert <eggert@twinsun.com>
2
3 * getgroups.c: Include <errno.h>, <stdlib.h>.
4 (getgroups): First arg is int, not size_t.
5 Don't let 'free' mangle errno.
6
1 2003-10-16 Jim Meyering <jim@meyering.net> 7 2003-10-16 Jim Meyering <jim@meyering.net>
2 8
3 * xmalloc.c: Include <string.h>, for declarations of memset and memcpy. 9 * xmalloc.c: Include <string.h>, for declarations of memset and memcpy.
4 10
5 2003-10-15 Paul Eggert <eggert@twinsun.com> 11 2003-10-15 Paul Eggert <eggert@twinsun.com>