diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-29 07:29:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-29 07:29:23 +0000 |
commit | a3bae2f4173c28aa004c8b92886351a57a062928 (patch) | |
tree | e1ee0402fad57414f969a7c1da6cd18aef763e04 /lib | |
parent | edf60899e05b5c6f0bed0e3453641db797bf22fd (diff) | |
download | coreutils-a3bae2f4173c28aa004c8b92886351a57a062928.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e366e4a09..55e940c50 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-03-28 Paul Eggert <eggert@twinsun.com> + + Fix some gotchas encountered when porting to Solaris 8, using + the Forte 6u2 compiler. + + * canonicalize.c [HAVE_UNISTD_H]: Include <unistd.h>, + for resolvepath declaration. + * fts.c: Include dirfd.h, for dirfd. + 2004-02-25 Paul Eggert <eggert@twinsun.com> * human.c (humblock): Support BLOCKSIZE as well as BLOCK_SIZE. |