Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: sandbox/linux/bpf_dsl/seccomp_macros.h

Issue 940693004: bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restructure somewhat Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sandbox/linux/bpf_dsl/seccomp_macros.h
diff --git a/sandbox/linux/bpf_dsl/seccomp_macros.h b/sandbox/linux/bpf_dsl/seccomp_macros.h
index b72357ae75fb002543283d8952dad1afdcca3cd0..bfe5fe01273367f445d0da01ae8b33d63b63a202 100644
--- a/sandbox/linux/bpf_dsl/seccomp_macros.h
+++ b/sandbox/linux/bpf_dsl/seccomp_macros.h
@@ -5,6 +5,8 @@
#ifndef SANDBOX_LINUX_BPF_DSL_SECCOMP_MACROS_H_
#define SANDBOX_LINUX_BPF_DSL_SECCOMP_MACROS_H_
+#include "sandbox/linux/system_headers/linux_seccomp.h" // For AUDIT_ARCH_*
jln (very slow on Chromium) 2015/02/19 20:19:17 Nit: below to respect typical include order?
mdempsky 2015/02/20 02:21:46 Done.
+
#include <asm/unistd.h>
#include <linux/filter.h>

Powered by Google App Engine
This is Rietveld 408576698