From 1cbb729fdc59d314d9f593f88a38f7667247b799 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 21 Sep 2000 16:01:08 +0000 Subject: [PATCH] Oops, if the target only had USE_TOD, an error message was issued... --- apps/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/speed.c b/apps/speed.c index 15c9a1fdc7..627cab1d31 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -115,7 +115,7 @@ #include #endif -#if !defined(TIMES) && !defined(TIMEB) +#if !defined(TIMES) && !defined(TIMEB) && !defined(USE_TOD) #error "It seems neither struct tms nor struct timeb is supported in this platform!" #endif -- 2.34.1