summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-eh
blob: 0eda29e3039686a154a05718a439231755608ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-eh,v 1.1 2006/06/27 11:11:52 joerg Exp $

--- security/coreconf/nsinstall/pathsub.c.orig	2006-06-26 17:52:04.000000000 +0000
+++ security/coreconf/nsinstall/pathsub.c
@@ -38,7 +38,7 @@
 ** Pathname subroutines.
 */
 #include <assert.h>
-#if defined(FREEBSD) || defined(BSDI) || defined(DARWIN)
+#if defined(FREEBSD) || defined(BSDI) || defined(DARWIN) || defined(DRAGONFLY)
 #include <sys/types.h>
 #endif /* FREEBSD */
 #include <dirent.h>