1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-02 05:52:36 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-01-19 10:21:49 +00:00
parent c2475f7874
commit 87f49a3885
+5
View 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.