diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-31 04:47:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-31 04:47:04 +0000 |
commit | 729bd79cb8e45eda61ea744b6e2bc66c7a053e46 (patch) | |
tree | cd3fd1615b9428d1e251eeff6e0a77dcc2699306 /old/fileutils | |
parent | 402b4612f85b40f3fc1760ebdced65b2934dd659 (diff) | |
download | coreutils-729bd79cb8e45eda61ea744b6e2bc66c7a053e46.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8780c4b1a..1793943c6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Tue Jul 30 23:24:18 1996 Jim Meyering <meyering@na-net.ornl.gov> + * configure.in (AC_CHECK_HEADERS): Add sys/fs/s5param.h. + * lib/fsusage.c [HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h + to work around bug in sys/filsys.h of Fujitsu UXP/V. + From by Johan Danielsson. + * src/cp.c (DO_CHOWN): New macro -- derived from code in copy. (copy): Use DO_CHOWN to assure that any newly-created symbolic links have proper owner and group. |