Module Name: src Committed By: christos Date: Thu May 24 17:05:54 UTC 2018
Modified Files: src/libexec/ld.elf_so: headers.c Log Message: rename flag to the official name. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/libexec/ld.elf_so/headers.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/ld.elf_so/headers.c diff -u src/libexec/ld.elf_so/headers.c:1.62 src/libexec/ld.elf_so/headers.c:1.63 --- src/libexec/ld.elf_so/headers.c:1.62 Fri Jun 23 11:29:21 2017 +++ src/libexec/ld.elf_so/headers.c Thu May 24 13:05:54 2018 @@ -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 @@ _rtld_digest_dynamic(const char *execnam #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 =