summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-03 08:39:29 +0000
committerJim Meyering <jim@meyering.net>2000-05-03 08:39:29 +0000
commit900011c7de7853afd3c795850c852d7f05fa5696 (patch)
treee3cd50d4ce9ca600eff8cfd2b2cfb9ae0912d3c9 /old/fileutils
parent0cb358268d0959b2a7de4db17f943cb2e829d81b (diff)
downloadcoreutils-900011c7de7853afd3c795850c852d7f05fa5696.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c82d970fa..3e65b81cc 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,6 +1,8 @@
2000-05-03 Jim Meyering <meyering@lucent.com>
+ With a recent glibc, _GNU_SOURCE, and -O, strndup may be a macro.
* src/sys2.h (!HAVE_DECL_STRNDUP): Declare strndup.
+ * src/dircolors.c: Remove declaration of strndup.
Reported by Bruno Haible.
2000-05-02 Jim Meyering <meyering@lucent.com>