Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 768152 Details for
Bug 836319
www-client/seamonkey: restoring PPC64 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix incorrect include guard in nsEmbedFunctions.cpp
xre-sandbox.patch (text/plain), 871 bytes, created by
Marcus Comstedt
on 2022-03-29 16:03:02 UTC
(
hide
)
Description:
Patch to fix incorrect include guard in nsEmbedFunctions.cpp
Filename:
MIME Type:
Creator:
Marcus Comstedt
Created:
2022-03-29 16:03:02 UTC
Size:
871 bytes
patch
obsolete
>From 37c4e82e26eac4a52d34339a8d2bae7311d59cd8 Mon Sep 17 00:00:00 2001 >From: Marcus Comstedt <marcus@mc.pp.se> >Date: Tue, 29 Mar 2022 17:56:36 +0200 >Subject: [PATCH] xre: Fix sandbox include > >These includes are needed for any sandbox functionality, not just >GMP sandbox. >(Specifically, XRE_InitChildProcess needs mozilla::SandboxEarlyInit.) >--- > toolkit/xre/nsEmbedFunctions.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/toolkit/xre/nsEmbedFunctions.cpp b/toolkit/xre/nsEmbedFunctions.cpp >index 4cb6ad9e0..08a69b394 100644 >--- a/toolkit/xre/nsEmbedFunctions.cpp >+++ b/toolkit/xre/nsEmbedFunctions.cpp >@@ -90,7 +90,7 @@ > #include "mozilla/Preferences.h" > #endif > >-#if defined(XP_LINUX) && defined(MOZ_GMP_SANDBOX) >+#if defined(XP_LINUX) && defined(MOZ_SANDBOX) > #include "mozilla/Sandbox.h" > #include "mozilla/SandboxInfo.h" > #endif >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 836319
:
768146
|
768147
|
768148
| 768152 |
768153
|
768500
|
768502
|
778358
|
778361
|
778394
|
823651