diff options
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
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> |