summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-17 13:51:40 +0000
committerJim Meyering <jim@meyering.net>2001-11-17 13:51:40 +0000
commitbd9d31c3f00e86ae0ebb79ce5c4a210cd39b582c (patch)
treede016f5a735a26b4efa68d5300dccf4927d3da00 /lib
parent13d08934ba909407fbbd093553bbde5bcdb4fe09 (diff)
downloadcoreutils-bd9d31c3f00e86ae0ebb79ce5c4a210cd39b582c.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2d1cce28a..a3556298b 100644
--- 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.