diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-03 09:35:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-03 09:35:34 +0000 |
commit | c6a39d64c042da81536923e4de8386a05b4327c7 (patch) | |
tree | b20d2b19813b9b9aa05f29add5cbac50fadb1063 /lib/ChangeLog | |
parent | 0e11d335ebabd90055ae33ec55344320c0871e03 (diff) | |
download | coreutils-c6a39d64c042da81536923e4de8386a05b4327c7.tar.xz |
Minor fixes for port to Solaris 8.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d858e2010..2160ddc82 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-07-03 Paul Eggert <eggert@cs.ucla.edu> + + * Makefile.am (libcoreutils_a_SOURCES): Undo previous change. + + * Makefile.am (libcoreutils_a_SOURCES): Add fcntl--.h, stdio--h, + stdlib--.h, unistd--.h. + * fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own. + * lstat.c: Sync from gnulib. + * lstat.h: New file, from gnulib. + * stat.c: Remove. + 2005-07-03 Jim Meyering <jim@meyering.net> * fd-reopen.c: Include <unistd.h> for declaration of close. |