projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e09e21
)
x86: fix incomplete include guard in include/asm-x86/seccomp_32.h
author
Vegard Nossum
<vegard.nossum@gmail.com>
Tue, 27 May 2008 19:03:46 +0000
(21:03 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 2 Jun 2008 10:45:28 +0000
(12:45 +0200)
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/seccomp_32.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86/seccomp_32.h
b/include/asm-x86/seccomp_32.h
index 18da19e89bff29088495a9d183d1fb37b788b758..36e71c5f306f0d29d23e7856af34cf46bfc7238c 100644
(file)
--- a/
include/asm-x86/seccomp_32.h
+++ b/
include/asm-x86/seccomp_32.h
@@
-1,4
+1,5
@@
#ifndef _ASM_SECCOMP_H
+#define _ASM_SECCOMP_H
#include <linux/thread_info.h>