From 95608261dae863bc43292e6fbd946a3abd3aa49f Mon Sep 17 00:00:00 2001 From: "viro@ZenIV.linux.org.uk" Date: Tue, 6 Sep 2005 22:33:51 +0100 Subject: [PATCH] bogus symbol used in arch/um/os-Linux/elf_aux.c elf_aux is userland code; it uses symbol (ELF_CLASS) that doesn't exist in userland headers; pulled into kernel-offsets.h, switched elf_aux to using it. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- arch/um/sys-x86_64/kernel-offsets.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/um/sys-x86_64') diff --git a/arch/um/sys-x86_64/kernel-offsets.c b/arch/um/sys-x86_64/kernel-offsets.c index 220e875cbe2..998541eade4 100644 --- a/arch/um/sys-x86_64/kernel-offsets.c +++ b/arch/um/sys-x86_64/kernel-offsets.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #define DEFINE(sym, val) \ -- cgit v1.2.3