summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index dbd23b766..0827a33ad 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2005-03-10 Jim Meyering <jim@meyering.net>
+ * save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
+ so that this module works on systems without fchdir.
+
* Makefile.am (libfetish_a_SOURCES): Remove xstrtol.c and xstrtol.h.
2005-03-09 Paul Eggert <eggert@cs.ucla.edu>