mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
o Correct URL to ELF header documantation.
PR: kern/98213 Submitted by: Robert Gogolok
This commit is contained in:
parent
3593da9e81
commit
e3243f2bf4
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ typedef struct {
|
|||
u_int32_t n_type; /* Type of this note. */
|
||||
} Elf_Note;
|
||||
|
||||
/* Indexes into the e_ident array. Keep synced with
|
||||
http://www.sco.com/developer/gabi/ch4.eheader.html */
|
||||
/* Indexes into the e_ident array. Keep synced with
|
||||
http://www.sco.com/developers/gabi/latest/ch4.eheader.html */
|
||||
#define EI_MAG0 0 /* Magic number, byte 0. */
|
||||
#define EI_MAG1 1 /* Magic number, byte 1. */
|
||||
#define EI_MAG2 2 /* Magic number, byte 2. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue