summaryrefslogtreecommitdiff
path: root/net/isc-dhcp/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp/patches/patch-aa')
-rw-r--r--net/isc-dhcp/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/isc-dhcp/patches/patch-aa b/net/isc-dhcp/patches/patch-aa
new file mode 100644
index 00000000000..70cda285718
--- /dev/null
+++ b/net/isc-dhcp/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/08/18 19:19:59 hasso Exp $
+
+--- includes/osdep.h.orig 2009-08-08 14:12:41 +0300
++++ includes/osdep.h 2009-08-08 14:13:18 +0300
+@@ -89,7 +89,7 @@
+ # include "cf/netbsd.h"
+ #endif
+
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ # include "cf/freebsd.h"
+ #endif
+