]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 29 Sep 2005 13:13:53 +0000 (13:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Sep 2005 13:13:53 +0000 (13:13 +0000)
lib/ChangeLog

index 16525959b1e80c44480f9732fd4f98a2e83e893c..f16ef804cb26c8a9e727539d51fa0c97be8745c1 100644 (file)
@@ -1,3 +1,10 @@
+2005-09-29  Jim Meyering  <jim@meyering.net>
+
+       * 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  <jim@meyering.net>
 
        * fprintftime.c [HAVE_CONFIG_H]: Include <config.h> conditionally,