summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-25 16:45:45 +0000
committerJim Meyering <jim@meyering.net>1998-07-25 16:45:45 +0000
commitd1187d36dadea4dead6ed95637186aa3a2a190ed (patch)
tree88056f5d6aabb3e21b9af5d1801193bba0c4658c /old
parent0f85045bb3713659852198642a9c17be3b4a8e4c (diff)
downloadcoreutils-d1187d36dadea4dead6ed95637186aa3a2a190ed.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 6cd901c1b..b0a665e2f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,10 +1,10 @@
1998-07-25 Jim Meyering <meyering@ascend.com>
+ * Version 3.16s.
+
* src/copy.c (SAME_INODE): Remove definition.
* src/sys2.h (SAME_INODE): Define it here instead.
- * Version 3.16s.
-
* src/remove.c (same_file): New function.
(remove_dir): Use it to give a better diagnostic when rmdir fails
because it can't remove the current directory.
@@ -24,8 +24,8 @@
* lib/utime.c: New file.
* src/touch.c (utime_now): Moved into m4/utimes.m4.
- (touch) [!HAVE_UTIME_NULL]: Remove #ifdef and use of utime_now
- in if-block.
+ (touch) [!HAVE_UTIME_NULL]: Remove #ifdef and the use of utime_now
+ in the if-block.
* configure.in (jm_FUNC_UTIME): Use this, not AC_FUNC_UTIME.