From: Richard Levitte Date: Tue, 19 Sep 2000 16:13:38 +0000 (+0000) Subject: FreeBSD only supports ftime() through libcompat, which means it's X-Git-Tag: OpenSSL_0_9_6-beta3~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28178bcf2419f16139717806b195078f7e829b63;p=oweals%2Fopenssl.git FreeBSD only supports ftime() through libcompat, which means it's better not to use it. --- diff --git a/apps/speed.c b/apps/speed.c index 50ba3b0b88..507b63b97f 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -87,7 +87,7 @@ #elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC)) # define TIMES #endif -#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) +#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) # define TIMEB #endif