summaryrefslogtreecommitdiff
path: root/net/maradns/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/maradns/patches/patch-ak')
-rw-r--r--net/maradns/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/maradns/patches/patch-ak b/net/maradns/patches/patch-ak
new file mode 100644
index 00000000000..a21c65755f0
--- /dev/null
+++ b/net/maradns/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2006/01/25 17:48:54 joerg Exp $
+
+--- tuzona/zoneserver.c.orig 2006-01-25 17:47:18.000000000 +0000
++++ tuzona/zoneserver.c
+@@ -15,7 +15,7 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <time.h>
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <sys/time.h>
+ #endif
+ #include <sys/types.h>