From: Jim Meyering Date: Wed, 19 Jan 2005 10:21:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87f49a38856b58bd7b48d0f1722c03ea43de2502;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3520adb944..f35fcc990c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2005-01-19 Jim Meyering + * chdir-long.c (chdir_long): Rewrite to remove limitation on + component length. This included changing the parameter to be + of type `char *' rather than `char const *'. + * chdir-long.h (chdir_long): Update prototype. + * openat.c (fdopendir, fstatat): New functions. * openat.h: Include headers required for use of DIR and struct stat. [AT_SYMLINK_NOFOLLOW]: Define.