summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-11-09 13:21:32 +0000
committerJim Meyering <jim@meyering.net>1993-11-09 13:21:32 +0000
commita1b9bc9a4273dde28bbef4e24a9e0e8aea7d3a81 (patch)
treeba060518a3d00e85b7ac63255c47ac09f3f5ba10 /lib/getdate.y
parent2d0c47b8aa441790453342ab4427e9bb06ea11a3 (diff)
downloadcoreutils-a1b9bc9a4273dde28bbef4e24a9e0e8aea7d3a81.tar.xz
merge with 1.9
Diffstat (limited to 'lib/getdate.y')
-rw-r--r--lib/getdate.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index df1a08a98..1d5690423 100644
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -97,7 +97,7 @@ void *alloca ();
#undef timezone /* needed for sgi */
#endif
-#if defined(HAVE_SYS_TIMEB_H) || (!defined(USG) && defined(HAVE_FTIME))
+#if defined(HAVE_SYS_TIMEB_H)
#include <sys/timeb.h>
#else
/*