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:
parent
2bc7b0242f
commit
8ae9aa2772
@ -1066,7 +1066,9 @@ elf_print_note(Elf32_Ehdr *e, void *sh)
|
|||||||
u_int32_t namesz;
|
u_int32_t namesz;
|
||||||
u_int32_t descsz;
|
u_int32_t descsz;
|
||||||
u_int32_t desc;
|
u_int32_t desc;
|
||||||
|
u_int32_t type;
|
||||||
char *n, *s;
|
char *n, *s;
|
||||||
|
const char *nt_type;
|
||||||
|
|
||||||
offset = elf_get_off(e, sh, SH_OFFSET);
|
offset = elf_get_off(e, sh, SH_OFFSET);
|
||||||
size = elf_get_size(e, sh, SH_SIZE);
|
size = elf_get_size(e, sh, SH_SIZE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user