Source-Changes-HG archive

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

[src/netbsd-1-6]: src/lib/libc/dlfcn Pull up revision 1.3 (requested by skrll...



details:   https://anonhg.NetBSD.org/src/rev/bc4a65eb3c2e
branches:  netbsd-1-6
changeset: 531361:bc4a65eb3c2e
user:      tron <tron%NetBSD.org@localhost>
date:      Fri May 28 08:59:36 2004 +0000

description:
Pull up revision 1.3 (requested by skrll in ticket #1702):
don't test PIC here.

diffstat:

 lib/libc/dlfcn/dlfcn_elf.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r ed8fba558e97 -r bc4a65eb3c2e lib/libc/dlfcn/dlfcn_elf.c
--- a/lib/libc/dlfcn/dlfcn_elf.c        Fri May 28 08:47:34 2004 +0000
+++ b/lib/libc/dlfcn/dlfcn_elf.c        Fri May 28 08:59:36 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dlfcn_elf.c,v 1.2 2000/07/06 02:48:41 christos Exp $   */
+/*     $NetBSD: dlfcn_elf.c,v 1.2.4.1 2004/05/28 08:59:36 tron Exp $   */
 
 /*
  * Copyright (c) 2000 Takuya SHIOZAKI
@@ -27,10 +27,9 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: dlfcn_elf.c,v 1.2 2000/07/06 02:48:41 christos Exp $");
+__RCSID("$NetBSD: dlfcn_elf.c,v 1.2.4.1 2004/05/28 08:59:36 tron Exp $");
 #endif /* LIBC_SCCS and not lint */
 
-#if defined(PIC) || defined(lint)
 #include "namespace.h"
 
 #define ELFSIZE ARCH_ELFSIZE
@@ -50,4 +49,3 @@
 #endif
 
 #include <dlfcn_stubs.c>
-#endif /* PIC */



Home | Main Index | Thread Index | Old Index