From: Jim Meyering Date: Sat, 17 Nov 2001 13:51:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb153f8b4f3d7c6b45bb700769de27e86d2f64b;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2d1cce28a5..a3556298b9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,16 @@ 2001-11-17 Jim Meyering + * readtokens.c: Remove explicit declarations of xmalloc and xrealloc, + Instead, include "xalloc.h". + + * mountlist.c: Include unlocked-io.h after all system headers. + Remove explicit declarations of xmalloc, xrealloc, + and xstrdup. Instead, include "xalloc.h". + * argmatch.c, closeout.c, error.c, exclude.c: Include unlocked-io.h. * fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c: Likewise. * mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise. + * regex.c, sha.c, version-etc.c, yesno.c: Likewise. Reported by Padraig Brady.