[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1941 - glibc-package/branches/glibc-2.5/debian/patches/kfreebsd



Author: aurel32
Date: 2007-02-05 20:08:00 +0100 (Mon, 05 Feb 2007)
New Revision: 1941

Modified:
   glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff
Log:
  * patches/kfreebsd/local-sysdeps.diff: update to revision 1893 (from
    glibc-bsd).



Modified: glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff	2007-02-05 19:00:57 UTC (rev 1940)
+++ glibc-package/branches/glibc-2.5/debian/patches/kfreebsd/local-sysdeps.diff	2007-02-05 19:08:00 UTC (rev 1941)
@@ -20974,7 +20974,7 @@
 +weak_alias (__pipe, pipe)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c	2007-01-05 11:36:38.000000000 +0100
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c	2007-02-05 15:33:41.000000000 +0100
 @@ -0,0 +1,62 @@
 +/* Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -21031,13 +21031,13 @@
 +#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"
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S	1970-01-01 01:00:00.000000000 +0100
 +++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S	2006-10-18 09:59:58.000000000 +0200



Reply to: