summaryrefslogtreecommitdiff
path: root/net/omniORB/patches/patch-ad
blob: 635f9a36cb0a9e866f44ab6b84329ca3e5456e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ad,v 1.2 2011/01/01 05:43:28 obache Exp $

--- include/omnithread.h.orig	2009-05-06 16:16:17.000000000 +0000
+++ include/omnithread.h
@@ -158,6 +158,9 @@ class omni_thread;
 #elif defined(__irix__)
 #include <omnithread/posix.h>
 
+#elif defined(__dragonfly__)
+#include <omnithread/posix.h>
+
 #elif defined(__freebsd__)
 #include <omnithread/posix.h>