8234ef385e
Fix errno. Add DragonFly support.
13 lines
346 B
Text
13 lines
346 B
Text
$NetBSD: patch-ae,v 1.1 2006/02/19 17:50:11 joerg Exp $
|
|
|
|
--- time.c.orig 2006-02-08 17:55:21.000000000 +0000
|
|
+++ time.c
|
|
@@ -111,7 +111,7 @@
|
|
# include <sys/times.h>
|
|
# define USE_GETTIMEOFDAY
|
|
#endif
|
|
-#ifdef __FreeBSD__
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
# include <sys/types.h>
|
|
# include <sys/time.h>
|
|
# include <sys/timeb.h>
|