aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-bug759459
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files/patch-bug759459')
-rw-r--r--www/seamonkey/files/patch-bug75945924
1 files changed, 0 insertions, 24 deletions
diff --git a/www/seamonkey/files/patch-bug759459 b/www/seamonkey/files/patch-bug759459
deleted file mode 100644
index 5434a759b353..000000000000
--- a/www/seamonkey/files/patch-bug759459
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 4d0c5b9
-Author: Marco Perez <bugmail@millibyte.net>
-Date: Sat Jun 9 12:24:56 2012 -0400
-
- Bug 759459 - Build broken on FreeBSD since patch for bug 745034 landed. r=terrence
----
- js/src/gc/Memory.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git js/src/gc/Memory.cpp js/src/gc/Memory.cpp
-index 815e90b..10c1a91 100644
---- mozilla/js/src/gc/Memory.cpp
-+++ mozilla/js/src/gc/Memory.cpp
-@@ -292,9 +292,9 @@ GetPageFaultCount()
- #elif defined(XP_UNIX) || defined(XP_MACOSX) || defined(DARWIN)
-
- #include <sys/mman.h>
--#include <unistd.h>
- #include <sys/time.h>
- #include <sys/resource.h>
-+#include <unistd.h>
-
- void
- InitMemorySubsystem()