summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-04 09:41:28 +0000
committerJim Meyering <jim@meyering.net>2000-12-04 09:41:28 +0000
commit2746cd50c3e171764316aef729df1ad8b191801d (patch)
treec3df4dc874279b0882e2d8b03f300eb8a9bdf226
parent8a4261c7a5b97f73948d7c84677d78611cc0966a (diff)
downloadcoreutils-2746cd50c3e171764316aef729df1ad8b191801d.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 060b46d04..f5d0ddf94 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -2,7 +2,7 @@
* path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
Also include memory.h, stdlib.h, unistd.h if appropriate.
- Reported by Andreas Jaeger.
+ Reported by Andreas Jaeger (conflicting declaration of malloc).
2000-12-02 Jim Meyering <meyering@lucent.com>