From: Jim Meyering Date: Thu, 23 Jan 2003 20:13:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cceacc8fca9624a5b0d7644c7e67d992f10a0fb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 629978e77f..3ed7dcac36 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2003-01-23 Jim Meyering + * tsearch.c [HAVE_CONFIG_H]: Include . + Add autoconf-recommended block of alloca-related code. + Cast each use of alloca to the required type, (node**). + * ftw.c: Add autoconf-recommended block of alloca-related code. [!_LIBC] (__getcwd): Define to xgetcwd and declare xgetcwd.