]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 19 Jan 2005 10:21:49 +0000 (10:21 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Jan 2005 10:21:49 +0000 (10:21 +0000)
lib/ChangeLog

index 3520adb9444b8bc3807afb5bb3e5fe24df3113f2..f35fcc990c6b71fcb75e659d4490075a7ad180a0 100644 (file)
@@ -1,5 +1,10 @@
 2005-01-19  Jim Meyering  <jim@meyering.net>
 
+       * 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.