From: Jim Meyering Date: Thu, 24 May 2001 20:10:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_9~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d6896c0d9a723d30b83cb426c36425e720ef8c2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 44f647beb0..84c7ddd692 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 2001-05-24 Jim Meyering + * Makefile.maint (wget-update): Have wget write to a temporary file, + and replace the original only if wget succeeds. + Also get ansi2nkr.c. + * src/ls.c: Use `#if D_TYPE_IN_DIRENT && defined DTTOIF' to determine whether to enable the DT_INIT definition, not the less portable `#if defined _DIRENT_HAVE_D_TYPE || defined DTTOIF'.