From: Jim Meyering Date: Wed, 9 Mar 2005 23:21:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0f31b512fbe26d985014c11cee12d04ea5fb3ee;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index dbd23b766d..0827a33ad9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2005-03-10 Jim Meyering + * save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long + so that this module works on systems without fchdir. + * Makefile.am (libfetish_a_SOURCES): Remove xstrtol.c and xstrtol.h. 2005-03-09 Paul Eggert