summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird17/patches/patch-aj')
-rw-r--r--mail/thunderbird17/patches/patch-aj20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/thunderbird17/patches/patch-aj b/mail/thunderbird17/patches/patch-aj
deleted file mode 100644
index ad024d9bbf8..00000000000
--- a/mail/thunderbird17/patches/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
---- mozilla/profile/dirserviceprovider/src/nsProfileLock.cpp.orig 2012-08-25 00:31:27.000000000 +0000
-+++ mozilla/profile/dirserviceprovider/src/nsProfileLock.cpp
-@@ -391,6 +391,7 @@ nsresult nsProfileLock::LockWithSymlink(
- #endif
- sigfillset(&act.sa_mask);
-
-+#ifndef DEBUG
- #define CATCH_SIGNAL(signame) \
- PR_BEGIN_MACRO \
- if (sigaction(signame, NULL, &oldact) == 0 && \
-@@ -409,6 +410,7 @@ PR_BEGIN_MACRO
- CATCH_SIGNAL(SIGTERM);
-
- #undef CATCH_SIGNAL
-+#endif
- }
- }
- }