13 lines
478 B
Text
13 lines
478 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/10/16 02:21:41 cetrox Exp $
|
|
|
|
--- swlibs/fxmisc/fxos.c.orig Thu Apr 20 17:26:42 2000
|
|
+++ swlibs/fxmisc/fxos.c Wed Aug 6 19:22:54 2003
|
|
@@ -59,7 +59,7 @@
|
|
return (tb.time - once) + tb.millitm * .001;
|
|
|
|
#else
|
|
-#if defined ( WIN32 ) || ( __DOS__ ) || defined(__FreeBSD__)
|
|
+#if defined ( WIN32 ) || ( __DOS__ ) || defined(__FreeBSD__) || defined(__NetBSD__)
|
|
# include <time.h>
|
|
# define times(a) clock()
|
|
# define HZ CLOCKS_PER_SEC
|