From 4d4045d4350c320e1d7df58ec9a42704daced140 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 7 Jun 2007 19:20:45 +0000 Subject: [PATCH] i=adilger fix 2.6.10 uml compile --- lustre/kernel_patches/patches/uml-2.6.10-fc3.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/uml-2.6.10-fc3.patch b/lustre/kernel_patches/patches/uml-2.6.10-fc3.patch index aff5601..625b21c 100644 --- a/lustre/kernel_patches/patches/uml-2.6.10-fc3.patch +++ b/lustre/kernel_patches/patches/uml-2.6.10-fc3.patch @@ -511,7 +511,7 @@ Index: linux-2.6.10/arch/um/os-Linux/elf_aux.c + elf_aux_hwcap = auxv->a_un.a_val; + break; + case AT_PLATFORM: -+ elf_aux_platform = auxv->a_un.a_ptr; ++ elf_aux_platform = auxv->a_un.a_val; + break; + case AT_PAGESZ: + page_size = auxv->a_un.a_val; -- 1.8.3.1