Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so rename flag to the official name.



details:   https://anonhg.NetBSD.org/src/rev/dafb165472b2
branches:  trunk
changeset: 832707:dafb165472b2
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 24 17:05:54 2018 +0000

description:
rename flag to the official name.

diffstat:

 libexec/ld.elf_so/headers.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1b2ef2374c31 -r dafb165472b2 libexec/ld.elf_so/headers.c
--- a/libexec/ld.elf_so/headers.c       Thu May 24 17:05:18 2018 +0000
+++ b/libexec/ld.elf_so/headers.c       Thu May 24 17:05:54 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: headers.c,v 1.62 2017/06/23 15:29:21 joerg Exp $        */
+/*     $NetBSD: headers.c,v 1.63 2018/05/24 17:05:54 christos Exp $     */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -40,7 +40,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: headers.c,v 1.62 2017/06/23 15:29:21 joerg Exp $");
+__RCSID("$NetBSD: headers.c,v 1.63 2018/05/24 17:05:54 christos Exp $");
 #endif /* not lint */
 
 #include <err.h>
@@ -316,7 +316,7 @@
 #endif
                case DT_FLAGS_1:
                        obj->z_now =
-                           ((dynp->d_un.d_val & DF_1_BIND_NOW) != 0);
+                           ((dynp->d_un.d_val & DF_1_NOW) != 0);
                        obj->z_nodelete =
                            ((dynp->d_un.d_val & DF_1_NODELETE) != 0);
                        obj->z_initfirst =



Home | Main Index | Thread Index | Old Index