changeset 3623:e5a707f3f41a

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 17 Nov 2001 13:51:40 +0000
parents 7f1ff9bec452
children feefdfc7755b
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,8 +1,16 @@
 2001-11-17  Jim Meyering  <meyering@lucent.com>
 
+	* 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.