From: Jim Meyering Date: Thu, 29 Sep 2005 13:13:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6204a2d1bd794534ae063a4b7026d9b7c8103532;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 16525959b1..f16ef804cb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-09-29 Jim Meyering + + * settime.c (settime): Move the HAVE_STIME block `up' into an #elif + block, so that we don't even try to compile it if settimeofday is + available. This works around a compilation failure on OSF1 V5.1, + due to stime requiring a `long int*' while tv_sec is `int'. + 2005-09-27 Jim Meyering * fprintftime.c [HAVE_CONFIG_H]: Include conditionally,