summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-da
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-da')
-rw-r--r--mail/thunderbird/patches/patch-da13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/thunderbird/patches/patch-da b/mail/thunderbird/patches/patch-da
deleted file mode 100644
index cbb854f8809..00000000000
--- a/mail/thunderbird/patches/patch-da
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-da,v 1.1 2005/12/30 21:35:58 joerg Exp $
-
---- xpcom/build/malloc.c.orig 2005-12-29 17:03:39.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