Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/ld.aout_so/Attic/rtld.c,v retrieving revision 1.73 retrieving revision 1.73.2.1 diff -u -p -r1.73 -r1.73.2.1 --- src/libexec/ld.aout_so/Attic/rtld.c 1999/02/27 03:34:05 1.73 +++ src/libexec/ld.aout_so/Attic/rtld.c 1999/04/23 21:39:05 1.73.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: rtld.c,v 1.73 1999/02/27 03:34:05 tv Exp $ */ +/* $NetBSD: rtld.c,v 1.73.2.1 1999/04/23 21:39:05 perry Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -349,7 +349,7 @@ rtld(version, crtp, dp) ld_suppress_warnings = getenv("LD_SUPPRESS_WARNINGS") != NULL; ld_warn_non_pure_code = getenv("LD_WARN_NON_PURE_CODE") != NULL; - no_intern_search = careful || getenv("LD_NO_INTERN_SEARCH") != 0; + no_intern_search = getenv("LD_NO_INTERN_SEARCH") != 0; anon_open();