]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 4 Apr 1996 12:58:29 +0000 (12:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Apr 1996 12:58:29 +0000 (12:58 +0000)
old/fileutils/ChangeLog

index fa1b336e68765f03d6efe6d7ab92769239500a5c..307be2abfb781406b3db6f4185e7455a80de394a 100644 (file)
@@ -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.