summaryrefslogtreecommitdiff
path: root/www/firefox2/patches/patch-ed
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox2/patches/patch-ed')
-rw-r--r--www/firefox2/patches/patch-ed20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/firefox2/patches/patch-ed b/www/firefox2/patches/patch-ed
deleted file mode 100644
index 9ad7fb2e6c8..00000000000
--- a/www/firefox2/patches/patch-ed
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ed,v 1.1 2006/11/17 08:12:14 martin Exp $
-
---- profile/dirserviceprovider/src/nsProfileLock.cpp.orig 2005-11-01 02:20:38.000000000 +0100
-+++ profile/dirserviceprovider/src/nsProfileLock.cpp 2006-11-16 09:50:12.000000000 +0100
-@@ -384,6 +384,7 @@ nsresult nsProfileLock::LockWithSymlink(
- act.sa_flags = 0;
- sigfillset(&act.sa_mask);
-
-+#ifndef DEBUG
- #define CATCH_SIGNAL(signame) \
- PR_BEGIN_MACRO \
- if (sigaction(signame, NULL, &oldact) == 0 && \
-@@ -402,6 +403,7 @@ PR_BEGIN_MACRO
- CATCH_SIGNAL(SIGTERM);
-
- #undef CATCH_SIGNAL
-+#endif
- }
- }
- }