]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blob - patches/patch-ed
Initial revision of the upstream www/firefox3
[pkgsrc-firefox3.git] / patches / patch-ed
1 $NetBSD: patch-ed,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $
2
3 --- profile/dirserviceprovider/src/nsProfileLock.cpp.orig       2008-01-16 04:56:04.000000000 +0100
4 +++ profile/dirserviceprovider/src/nsProfileLock.cpp
5 @@ -391,6 +391,7 @@ nsresult nsProfileLock::LockWithSymlink(
6                      act.sa_flags = 0;
7                      sigfillset(&act.sa_mask);
8  
9 +#ifndef DEBUG
10  #define CATCH_SIGNAL(signame)                                           \
11  PR_BEGIN_MACRO                                                          \
12    if (sigaction(signame, NULL, &oldact) == 0 &&                         \
13 @@ -409,6 +410,7 @@ PR_BEGIN_MACRO                          
14                      CATCH_SIGNAL(SIGTERM);
15  
16  #undef CATCH_SIGNAL
17 +#endif
18                  }
19              }
20          }