From: Jim Meyering Date: Wed, 31 Jul 1996 04:47:04 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729bd79cb8e45eda61ea744b6e2bc66c7a053e46;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 8780c4b1ac..1793943c68 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Tue Jul 30 23:24:18 1996 Jim Meyering + * 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.