Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/rump_allserver Actually, nevermind with the whole LD...



details:   https://anonhg.NetBSD.org/src/rev/3c2f03eb77ec
branches:  trunk
changeset: 325332:3c2f03eb77ec
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Dec 18 20:56:32 2013 +0000

description:
Actually, nevermind with the whole LD_DYNAMIC_WEAK business, forgot
to unset it from the shell before testing.

diffstat:

 usr.bin/rump_allserver/rump_allserver.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d4f300f0dfbc -r 3c2f03eb77ec usr.bin/rump_allserver/rump_allserver.c
--- a/usr.bin/rump_allserver/rump_allserver.c   Wed Dec 18 20:50:30 2013 +0000
+++ b/usr.bin/rump_allserver/rump_allserver.c   Wed Dec 18 20:56:32 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_allserver.c,v 1.31 2013/12/18 20:50:30 pooka Exp $        */
+/*     $NetBSD: rump_allserver.c,v 1.32 2013/12/18 20:56:32 pooka Exp $        */
 
 /*-
  * Copyright (c) 2010, 2011 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
 #include <rump/rumpuser_port.h>
 
 #ifndef lint
-__RCSID("$NetBSD: rump_allserver.c,v 1.31 2013/12/18 20:50:30 pooka Exp $");
+__RCSID("$NetBSD: rump_allserver.c,v 1.32 2013/12/18 20:56:32 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -309,7 +309,6 @@
                        break;
                }
                case 'l':
-                       setenv("LD_DYNAMIC_WEAK", "1", 2);
                        if (dlopen(optarg, RTLD_LAZY|RTLD_GLOBAL) == NULL) {
                                char pb[MAXPATHLEN];
                                /* try to mimic linker -l syntax */



Home | Main Index | Thread Index | Old Index