Actions
Bug #3130
closedsys/elf.h: Elf_Nhdr undefined
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/13/2018
Due date:
% Done:
0%
Estimated time:
Description
This has been already patched on FreeBSD. (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225302)
Path: sys/sys/elf_common.h
--- /home/bs/elf_common.h.orig 2018-04-13 17:21:06.557514000 +0100
+++ /home/bs/elf_common.h 2018-04-13 17:21:20.207529000 +0100
@@ -49,6 +49,7 @@
u_int32_t n_descsz; /* Length of descriptor. */
u_int32_t n_type; /* Type of this note. */
} Elf_Note;
+typedef Elf_Note Elf_Nhdr;
/* Indexes into the e_ident array. Keep synced with
http://www.sco.com/developers/gabi/latest/ch4.eheader.html */
Updated by swildner over 6 years ago
- Status changed from New to Closed
Thanks, I've pushed it (http://lists.dragonflybsd.org/pipermail/commits/2018-April/672011.html)
Actions