Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 13:35:02 GMT
From:      Robert Gogolok <gogo@cs.uni-sb.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/98213: doc update for sys/elf_common.h, URL updated
Message-ID:  <200605311335.k4VDZ2Yp023397@www.freebsd.org>
Resent-Message-ID: <200605311340.k4VDeDns047447@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98213
>Category:       kern
>Synopsis:       doc update for sys/elf_common.h, URL updated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 13:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robert Gogolok
>Release:        FreeBSD 6.1
>Organization:
>Environment:
FreeBSD laptop.gogolok.de 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Thu May 11 23:46:16 CEST 2006     root@desktop.gogolok.de:/usr/obj/usr/src/sys/LAPTOP  i386
>Description:
/home/ncvs/src/sys/sys/elf_common.h contains a link to SCO documentation about the ELF header.
Currently set URL is broken.

elf_common.h extract:
51 /* Indexes into the e_ident array.  Keep synced with 
52    http://www.sco.com/developer/gabi/ch4.eheader.html */
>How-To-Repeat:
Have a look in the /home/ncvs/src/sys/sys/elf_common.h file, 
>Fix:
Correct URL using the latest ABI docu http://www.sco.com/developers/gabi/latest/

Patch:

Index: elf_common.h
===================================================================
RCS file: /home/ncvs/src/sys/sys/elf_common.h,v
retrieving revision 1.18
diff -u -3 -p -r1.18 elf_common.h
--- elf_common.h        19 Dec 2005 20:20:36 -0000      1.18
+++ elf_common.h        31 May 2006 13:23:03 -0000
@@ -49,7 +49,7 @@ typedef struct {
 } Elf_Note;
 
 /* Indexes into the e_ident array.  Keep synced with 
-   http://www.sco.com/developer/gabi/ch4.eheader.html */
+   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. *
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605311335.k4VDZ2Yp023397>