o Correct URL to ELF header documantation.

PR:		kern/98213
Submitted by:	Robert Gogolok
This commit is contained in:
Maxim Konovalov 2006-05-31 13:47:32 +00:00
parent 3593da9e81
commit e3243f2bf4

View file

@ -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. */