summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-24 20:06:25 +0000
committerJim Meyering <jim@meyering.net>2001-05-24 20:06:25 +0000
commit756e2026fc84de51d8de58e2d7163719a8ad50c3 (patch)
tree4acbb3db71bfbe4d1bdcb7666e8e2b0d654ebc8f /old
parent38a7b45e0e491b7fa49ff03d58df207bd56f749d (diff)
downloadcoreutils-756e2026fc84de51d8de58e2d7163719a8ad50c3.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9fdbc689f..44f647beb 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.