From: Jim Meyering Date: Wed, 3 May 2000 08:39:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0h~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=900011c7de7853afd3c795850c852d7f05fa5696;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c82d970faa..3e65b81cc3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,8 @@ 2000-05-03 Jim Meyering + 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