From: Christos Zoulas Date: Wed, 11 Nov 2015 21:20:18 +0000 (+0000) Subject: rename the "from" tag in the auxv to "execfn". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=094e6d387480a58e5bc319b195e37131059e7968;p=file rename the "from" tag in the auxv to "execfn". --- diff --git a/src/readelf.c b/src/readelf.c index 0a683efe..7fc9036d 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -27,7 +27,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: readelf.c,v 1.124 2015/11/05 16:58:31 christos Exp $") +FILE_RCSID("@(#)$File: readelf.c,v 1.125 2015/11/11 21:20:18 christos Exp $") #endif #ifdef BUILTIN_ELF @@ -945,7 +945,7 @@ do_auxv_note(struct magic_set *ms, unsigned char *nbuf, uint32_t type, switch(xauxv_type) { case AT_LINUX_EXECFN: is_string = 1; - tag = "from"; + tag = "execfn"; break; case AT_LINUX_PLATFORM: is_string = 1;