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/fd294cca517f
branches: trunk
changeset: 319295:fd294cca517f
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 41d428a8058c -r fd294cca517f 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