summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-05-23 07:48:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-05-23 07:48:12 +0000
commitbd5208267560c45ec008aea7a7b374a1fe4e0423 (patch)
tree702a7a785cc287c07a379b3f8ee6aa6476790959 /lib/ChangeLog
parent41f08b2239a0480876690095b46bf87e08b8c95e (diff)
downloadcoreutils-bd5208267560c45ec008aea7a7b374a1fe4e0423.tar.xz
Note problem with string.h.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index ed9cb233e..e571c1e8f 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,7 +1,8 @@
2006-05-23 Paul Eggert <eggert@cs.ucla.edu>
* filemode.c: Don't include <string.h>; this include was
- inadvertantly put into the previous patch.
+ inadvertantly put into the previous patch. Problem noted
+ by Jim Meyering.
2006-05-22 Paul Eggert <eggert@cs.ucla.edu>