From 69a13f595fd30b6e087245127d98120853e66aff Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 6 Dec 2006 20:41:39 -0800 Subject: [PATCH] --- yaml --- r: 42990 b: refs/heads/master c: 6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/elf.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5ce8b8f0e6be..b945a1c4867e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d3ed11c35635487d34ad476e1d6a66dd298ab2de +refs/heads/master: 6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28 diff --git a/trunk/include/linux/elf.h b/trunk/include/linux/elf.h index b403516d5c3d..60713e6ea297 100644 --- a/trunk/include/linux/elf.h +++ b/trunk/include/linux/elf.h @@ -6,6 +6,8 @@ #include #include +struct file; + #ifndef elf_read_implies_exec /* Executables for which elf_read_implies_exec() returns TRUE will have the READ_IMPLIES_EXEC personality flag set automatically.