summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-19 10:03:22 +0000
committerJim Meyering <jim@meyering.net>2003-08-19 10:03:22 +0000
commit19853d3f0baeeb3cc062cc992380c4cc928bbfe4 (patch)
treee37ba9bd3c7db2ee07718709e35644dc9ff203e7 /lib
parentd3bfb37e64a98e4c91829647c274a4f83bbb25bc (diff)
downloadcoreutils-19853d3f0baeeb3cc062cc992380c4cc928bbfe4.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d5034facd..71cb34008 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,10 +1,10 @@
2003-08-18 Paul Eggert <eggert@twinsun.com>
* same.c: Include <stdlib.h> and <string.h> unconditionally,
- as we're now assuming that part of hosted C89.
- (free) [!HAVE_DECL_FREE]: Remove decl; no longer needed.
+ as we're now assuming that part of hosted C89.
+ (free) [!HAVE_DECL_FREE]: Remove decl; no longer needed.
(same_name): Invoke pathconf on destination, not source, as
- that's a bit clearer even if they are the same dir.
+ that's a bit clearer even if they are the same dir.
2003-08-18 Jim Meyering <jim@meyering.net>