2005-09-14 22:03:40

by Jeff Dike

[permalink] [raw]
Subject: [PATCH 10/10] UML - remove include of asm/elf.h

asm/elf.h is bad on x86_64, and i386 doesn't need it any more after Al's
cleanup.

Signed-off-by: Jeff Dike <[email protected]>

Index: test/arch/um/os-Linux/elf_aux.c
===================================================================
--- test.orig/arch/um/os-Linux/elf_aux.c 2005-09-14 15:47:21.000000000 -0400
+++ test/arch/um/os-Linux/elf_aux.c 2005-09-14 15:48:17.000000000 -0400
@@ -9,7 +9,6 @@
*/
#include <elf.h>
#include <stddef.h>
-#include <asm/elf.h>
#include "init.h"
#include "elf_user.h"
#include "mem_user.h"