openbsd-ports/net/maradns/patches/patch-tuzona_zoneserver_c

13 lines
378 B
Plaintext

$OpenBSD: patch-tuzona_zoneserver_c,v 1.1 2006/03/24 20:12:28 sturm Exp $
--- tuzona/zoneserver.c.orig Sat Nov 12 23:14:04 2005
+++ tuzona/zoneserver.c Sat Nov 12 23:16:08 2005
@@ -15,7 +15,7 @@
#include <errno.h>
#include <string.h>
#include <time.h>
-#ifdef __FreeBSD__
+#if defined __FreeBSD__ || defined __OpenBSD__
#include <sys/time.h>
#endif
#include <sys/types.h>