blob: a84c08f9f849f6c6eab06a04a0b86342a5d49e9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-dt,v 1.1 2006/06/27 11:11:52 joerg Exp $
--- nsprpub/pr/include/md/prosdep.h.orig 2006-06-26 14:36:19.000000000 +0000
+++ nsprpub/pr/include/md/prosdep.h
@@ -72,7 +72,7 @@ PR_BEGIN_EXTERN_C
#if defined(AIX)
#include "md/_aix.h"
-#elif defined(FREEBSD)
+#elif defined(FREEBSD) || defined(DRAGONFLY)
#include "md/_freebsd.h"
#elif defined(NETBSD)
|