elfdump: fix build after r343610

One patch hunk did not survive the trip from git to svn.

PR:		228290
MFC with:	r343610
This commit is contained in:
Ed Maste 2019-01-31 16:21:09 +00:00
parent 2bc7b0242f
commit 8ae9aa2772

View File

@ -1066,7 +1066,9 @@ elf_print_note(Elf32_Ehdr *e, void *sh)
u_int32_t namesz;
u_int32_t descsz;
u_int32_t desc;
u_int32_t type;
char *n, *s;
const char *nt_type;
offset = elf_get_off(e, sh, SH_OFFSET);
size = elf_get_size(e, sh, SH_SIZE);