View | Details | Raw Unified | Return to bug 257305
Collapse All | Expand All

(-)src/util/build_id.c (+4 lines)
Lines 38-43 Link Here
38
#define ElfW(type) Elf_##type
38
#define ElfW(type) Elf_##type
39
#endif
39
#endif
40
40
41
#if defined(__FreeBSD__) && __FreeBSD__ < 12
42
typedef Elf_Note Elf_Nhdr;
43
#endif
44
41
struct build_id_note {
45
struct build_id_note {
42
   ElfW(Nhdr) nhdr;
46
   ElfW(Nhdr) nhdr;
43
47

Return to bug 257305