diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 603f06ab1..89739c273 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2003-03-07 Jim Meyering <jim@meyering.net> + * Makefile.am (libfetish_a_SOURCES): Remove mmap-stack.h. + + * mmap-stack.c, mmap-stack.h: Remove files. + * getcwd.c: #undef getcwd only after *all* included header files. Declare getcwd unconditionally. The problem was that same.h included config.h, and that defined getcwd to rpl_getcwd a second |