diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-29 07:33:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-29 07:33:23 +0000 |
commit | 1cf3f4352a5390071e698c83fdda2159b2e55188 (patch) | |
tree | 0d39be7f067f2e1392250293b0a16b00e62caef3 | |
parent | ba894b1ea153bb1e8873ef927b6b5395d30bed7b (diff) | |
download | coreutils-1cf3f4352a5390071e698c83fdda2159b2e55188.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. + + * src/hostname.c [HAVE_SETHOSTNAME && !defined sethostname]: + Declare sethostname, since no Solaris header does it. + * src/who.c: Include "vasprintf.h", for asprintf. + 2004-03-28 Jim Meyering <jim@meyering.net> * Version 5.3.0. |