diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-19 10:21:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-19 10:21:49 +0000 |
commit | 87f49a38856b58bd7b48d0f1722c03ea43de2502 (patch) | |
tree | 451cac2e1e274707e7e9fe7ae7a05cee66cd0e1e | |
parent | c2475f7874662583b388ab77b7563d783af0704e (diff) | |
download | coreutils-87f49a38856b58bd7b48d0f1722c03ea43de2502.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 3520adb94..f35fcc990 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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. |