diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2011-04-30 10:04:15 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-30 10:04:15 +0000 |
| commit | d7a094b3d7b51df5e122bfc0e3a7f3af1c02d7c0 (patch) | |
| tree | d7a52db5900b32294d6b1ef37500c1a8332d9310 /www/chromium/files/patch-content__browser__zygote_host_linux.h | |
| parent | Connect portbuilder (diff) | |
On behalf of the Chromium team, present version 11.0.696.57 (new stable version)
Patch updates from: George Liaskos
Security: 6887828f-0229-11e0-b84d-00262d5ed8ee
Diffstat (limited to 'www/chromium/files/patch-content__browser__zygote_host_linux.h')
| -rw-r--r-- | www/chromium/files/patch-content__browser__zygote_host_linux.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content__browser__zygote_host_linux.h b/www/chromium/files/patch-content__browser__zygote_host_linux.h new file mode 100644 index 000000000000..edfc30d2c3f9 --- /dev/null +++ b/www/chromium/files/patch-content__browser__zygote_host_linux.h @@ -0,0 +1,12 @@ +--- content/browser/zygote_host_linux.h.orig 2010-12-16 02:11:58.000000000 +0100 ++++ content/browser/zygote_host_linux.h 2010-12-20 20:15:08.000000000 +0100 +@@ -51,6 +51,9 @@ + kCmdReap = 1, // Reap a renderer child. + kCmdGetTerminationStatus = 2, // Check what happend to a child process. + kCmdGetSandboxStatus = 3, // Read a bitmask of kSandbox* ++#if defined(OS_FREEBSD) ++ kCmdEnd = 5, // Kill zygote for SOCK_DGRAM. ++#endif + }; + + // These form a bitmask which describes the conditions of the sandbox that |
