]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(settime): Move the HAVE_STIME block `up' into an #elif
authorJim Meyering <jim@meyering.net>
Thu, 29 Sep 2005 13:13:49 +0000 (13:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Sep 2005 13:13:49 +0000 (13:13 +0000)
commit33b113c638726bb3d68e5a5aa717fd05380c7a22
tree7853458eba65b57bf2501a04b232dce34c763d13
parent21e670cb0d2fcaebb34c09494c6750c87885b2e7
(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'.
lib/settime.c