projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
933f32c
)
BSDI only supports ftime() through libcompat, which means it's
author
Richard Levitte
<levitte@openssl.org>
Tue, 19 Sep 2000 23:14:42 +0000
(23:14 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 19 Sep 2000 23:14:42 +0000
(23:14 +0000)
better not to use it.
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 507b63b97f594bc8842cac1a0eb7e6fc95e2b2a9..d20038e1b4073d26e0f7e4cdcd11871c6db9268c 100644
(file)
--- 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