[Glibc-bsd-commits] r1893 - trunk/glibc-ports/kfreebsd/x86_64

Aurelien Jarno aurel32 at alioth.debian.org
Mon Feb 5 15:34:05 CET 2007


Author: aurel32
Date: 2007-02-05 15:34:04 +0100 (Mon, 05 Feb 2007)
New Revision: 1893

Modified:
   trunk/glibc-ports/kfreebsd/x86_64/readelflib.c
Log:
Use the new path of readelflib.c in ports/kfreebsd/x86_64/readelflib.c


Modified: trunk/glibc-ports/kfreebsd/x86_64/readelflib.c
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/readelflib.c	2007-02-01 10:07:36 UTC (rev 1892)
+++ trunk/glibc-ports/kfreebsd/x86_64/readelflib.c	2007-02-05 14:34:04 UTC (rev 1893)
@@ -53,10 +53,10 @@
 #undef process_elf_file
 #define process_elf_file process_elf32_file
 #define __ELF_NATIVE_CLASS 32
-#include "sysdeps/generic/readelflib.c"
+#include "elf/readelflib.c"
 
 #undef __ELF_NATIVE_CLASS
 #undef process_elf_file
 #define process_elf_file process_elf64_file
 #define __ELF_NATIVE_CLASS 64
-#include "sysdeps/generic/readelflib.c"
+#include "elf/readelflib.c"




More information about the Glibc-bsd-commits mailing list