diff options
-rw-r--r-- | lib/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a2e1a6bf0..da4f2ab74 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2004-11-28 Jim Meyering <jim@meyering.net> + * save-cwd.c: Include "chdir.h", so that if save_cwd/getcwd + saves a name longer than PATH_MAX, restore_cwd's chdir can use it. + * Makefile.am (libfetish_a_SOURCES): Add chdir.h and openat.h. This is a robust version of chdir, in that it can handle directory |