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

--- xpcom/build/malloc.c.orig	2006-06-26 14:41:22.000000000 +0000
+++ xpcom/build/malloc.c
@@ -918,7 +918,7 @@ struct mallinfo {
 
 
 #ifdef LACKS_UNISTD_H
-#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
 #if __STD_C
 extern Void_t*     sbrk(ptrdiff_t);
 #else