From e3243f2bf4ccc6d61f3f7f2c42142ef1a7c07047 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Wed, 31 May 2006 13:47:32 +0000 Subject: [PATCH] o Correct URL to ELF header documantation. PR: kern/98213 Submitted by: Robert Gogolok --- sys/sys/elf_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 0f39f1758a0..63279ad3dde 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -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. */ -- 2.45.2