From: Jim Meyering Date: Thu, 4 Apr 1996 12:58:29 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14b~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ef62e1fda033a045f4b69b5526f2f429520dc1a;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index fa1b336e68..307be2abfb 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.