summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/files/sandbox-cdefs.patch')
-rw-r--r--www-client/firefox/files/sandbox-cdefs.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/www-client/firefox/files/sandbox-cdefs.patch b/www-client/firefox/files/sandbox-cdefs.patch
deleted file mode 100644
index 9591a29a..00000000
--- a/www-client/firefox/files/sandbox-cdefs.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User Felix Janda <felix.janda@posteo.de>
-# Date 1423172498 -3600
-# Thu Feb 05 22:41:38 2015 +0100
-# Node ID 375c73854f92701f13403b8461b35727dccde825
-# Parent 2d344ef8da33717224d5a08570dc834ca2254f9f
-# https://codereview.chromium.org/278583005
-chromium sandbox: Avoid cdefs.h
-
-diff -r 2d344ef8da33 -r 375c73854f92 security/sandbox/chromium/sandbox/linux/seccomp-bpf/linux_seccomp.h
---- a/security/sandbox/chromium/sandbox/linux/seccomp-bpf/linux_seccomp.h Sun Feb 01 19:32:36 2015 +0100
-+++ b/security/sandbox/chromium/sandbox/linux/seccomp-bpf/linux_seccomp.h Thu Feb 05 22:41:38 2015 +0100
-@@ -16,7 +16,7 @@
- #include <asm/unistd.h>
- #include <linux/filter.h>
-
--#include <sys/cdefs.h>
-+#include <sys/types.h>
- // Old Bionic versions do not have sys/user.h. The if can be removed once we no
- // longer need to support these old Bionic versions.
- // All x86_64 builds use a new enough bionic to have sys/user.h.