From: Jim Meyering Date: Sat, 25 Jul 1998 16:45:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16s~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1187d36dadea4dead6ed95637186aa3a2a190ed;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6cd901c1bd..b0a665e2fc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,10 @@ 1998-07-25 Jim Meyering + * Version 3.16s. + * src/copy.c (SAME_INODE): Remove definition. * src/sys2.h (SAME_INODE): Define it here instead. - * Version 3.16s. - * src/remove.c (same_file): New function. (remove_dir): Use it to give a better diagnostic when rmdir fails because it can't remove the current directory. @@ -24,8 +24,8 @@ * lib/utime.c: New file. * src/touch.c (utime_now): Moved into m4/utimes.m4. - (touch) [!HAVE_UTIME_NULL]: Remove #ifdef and use of utime_now - in if-block. + (touch) [!HAVE_UTIME_NULL]: Remove #ifdef and the use of utime_now + in the if-block. * configure.in (jm_FUNC_UTIME): Use this, not AC_FUNC_UTIME.