FreeBSD only supports ftime() through libcompat, which means it's

better not to use it.
This commit is contained in:
Richard Levitte 2000-09-19 16:13:38 +00:00
parent cec7fe4da6
commit 28178bcf24

View File

@ -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