diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-21 14:52:48 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-21 14:52:48 +0000 |
| commit | b2105a0990d2c8d11ca9921b0ddc851281cf7b59 (patch) | |
| tree | 19a11f8cd59a9b4fe144150587524855b426e755 /libexec | |
| parent | 03e5b81db4ccfc49ed8672d83598a99bb438b76c (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-aout/rtld.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rtld-aout/rtld.c b/libexec/rtld-aout/rtld.c index b22082253e2b6..8855d4e28a60f 100644 --- a/libexec/rtld-aout/rtld.c +++ b/libexec/rtld-aout/rtld.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: rtld.c,v 1.26 1995/09/27 23:14:08 nate Exp $ + * $Id: rtld.c,v 1.27 1995/09/27 23:17:33 nate Exp $ */ #include <sys/param.h> @@ -264,6 +264,7 @@ struct _dynamic *dp; if (careful) { unsetenv("LD_LIBRARY_PATH"); + unsetenv("LD_NOSTD_PATH"); unsetenv("LD_PRELOAD"); } |
