From: Richard Levitte Date: Tue, 19 Sep 2000 23:14:42 +0000 (+0000) Subject: BSDI only supports ftime() through libcompat, which means it's X-Git-Tag: OpenSSL_0_9_6-beta3~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b004872c5959f8921571dd3d6164672faee13f97;p=oweals%2Fopenssl.git BSDI 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 507b63b97f..d20038e1b4 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) && !defined(__FreeBSD__) +#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__) && !(defined(__bsdi) || defined(__bsdi__)) # define TIMEB #endif