From: Jim Meyering Date: Thu, 24 May 2001 20:06:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_9~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=756e2026fc84de51d8de58e2d7163719a8ad50c3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9fdbc689fa..44f647beb0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 2001-05-24 Jim Meyering + * 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'. + Reported by Eli Zaretskii. + * src/mkfifo.c (main): Remove quotes around %s. The argument is already quoted via the quote function. * src/mknod.c (main): Likewise.