From: Jim Meyering Date: Mon, 29 Mar 2004 07:33:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1918 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf3f4352a5390071e698c83fdda2159b2e55188;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 91bb1a8ab2..b950aad498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-03-28 Paul Eggert + + 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 * Version 5.3.0.