Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ldd/ldd_elf Catch up with ld.elf_so.



details:   https://anonhg.NetBSD.org/src/rev/1d6f6e1ceeca
branches:  trunk
changeset: 546249:1d6f6e1ceeca
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Apr 23 21:39:08 2003 +0000

description:
Catch up with ld.elf_so.

diffstat:

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

diffs (17 lines):

diff -r 823177e9f60c -r 1d6f6e1ceeca usr.bin/ldd/ldd_elf/ldd.c
--- a/usr.bin/ldd/ldd_elf/ldd.c Wed Apr 23 21:32:10 2003 +0000
+++ b/usr.bin/ldd/ldd_elf/ldd.c Wed Apr 23 21:39:08 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ldd.c,v 1.17 2003/02/06 12:40:21 fvdl Exp $    */
+/*     $NetBSD: ldd.c,v 1.18 2003/04/23 21:39:08 mycroft Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -143,7 +143,6 @@
                close(fd);
 
                _rtld_objmain->path = xstrdup(*argv);
-               _rtld_objmain->mainprog = true;
                _rtld_digest_dynamic(_rtld_objmain);
 
                /* Link the main program into the list of objects. */



Home | Main Index | Thread Index | Old Index