From: Paul Eggert Date: Thu, 16 Oct 2003 07:34:14 +0000 (+0000) Subject: getgroups.c: minor fixups. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11312bf3714ccee407ff2c160b0f7dd17f728d47;p=pspp getgroups.c: minor fixups. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 299d91cad1..885e93c50c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-10-16 Paul Eggert + + * getgroups.c: Include , . + (getgroups): First arg is int, not size_t. + Don't let 'free' mangle errno. + 2003-10-16 Jim Meyering * xmalloc.c: Include , for declarations of memset and memcpy.