Re: [PATCH] bogus symbol used in arch/um/os-Linux/elf_aux.c

2005-09-07 Thread Jeff Dike
On Tue, Sep 06, 2005 at 10:33:51PM +0100, [EMAIL PROTECTED] wrote: > 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 <[EMAIL PROTECTED]> Acked-by: Jeff Dike <[EMAI

[PATCH] bogus symbol used in arch/um/os-Linux/elf_aux.c

2005-09-06 Thread viro
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 <[EMAIL PROTECTED]> diff -urN RC13-git5-base/arch/um/include/common-offsets.h current/arch/um/include/common-offsets