diff options
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 |
