summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-04 12:58:29 +0000
committerJim Meyering <jim@meyering.net>1996-04-04 12:58:29 +0000
commit7ef62e1fda033a045f4b69b5526f2f429520dc1a (patch)
treea2a1b06db84f8365afb37aeb4ad6bc6baa341b94 /old
parent118e780f0d09acf0befb7a6ea310e4dc4adfbd6c (diff)
downloadcoreutils-7ef62e1fda033a045f4b69b5526f2f429520dc1a.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index fa1b336e6..307be2abf 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -3,7 +3,8 @@ Wed Apr 3 06:12:23 1996 Jim Meyering (meyering@na-net.ornl.gov)
* cp.c (copy_reg): Use `ST_NBLOCKS (sb) * 512', not `sb.st_blocks *
DEV_BSIZE.' From H.J. Lu (hjl@lucon.org).
- * mvdir.c: Include save-cwd.h.
+ * mvdir.c: Protoize.
+ Include save-cwd.h.
(fullpath): Rewrite to use save_cwd, xgetcwd, and restore_cwd
rather than explicit chdir/getcwd calls.