summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-19 23:14:42 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-19 23:14:42 +0000
commitb004872c5959f8921571dd3d6164672faee13f97 (patch)
treed2cb24650f48d53da404719e96e82403c4010800 /apps
parent933f32cc4d183b9f154316a55d77a95efb571282 (diff)
BSDI only supports ftime() through libcompat, which means it's
better not to use it.
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
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