]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 24 May 2001 20:06:25 +0000 (20:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 24 May 2001 20:06:25 +0000 (20:06 +0000)
old/fileutils/ChangeLog

index 9fdbc689fa9025d7986f65cb79e12c77f9385772..44f647beb090b99c7ace92206b9867607aedfff9 100644 (file)
@@ -1,5 +1,10 @@
 2001-05-24  Jim Meyering  <meyering@lucent.com>
 
+       * 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.