pkgsrc/net/maradns/patches/patch-ak

13 lines
351 B
Text

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