Subject: kern/9472: trivial typo in exec_elf.h
To: None <gnats-bugs@gnats.netbsd.org>
From: Patrick Welche,SCC,ext.35710, <prlw1@newn.cam.ac.uk>
List: netbsd-bugs
Date: 02/23/2000 04:06:39
>Number: 9472
>Category: kern
>Synopsis: trivial typo in exec_elf.h
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: kern-bug-people (Kernel Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Feb 23 04:06:00 2000
>Last-Modified:
>Originator: Patrick Welche
>Organization:
>Release: 23 February 2000
>Environment:
NetBSD-1.4Q/i386
>Description:
Can't compile kernel due to compiler warning
>How-To-Repeat:
Compile elf kernel
>Fix:
Index: exec_elf.h
===================================================================
RCS file: /cvsroot/syssrc/sys/sys/exec_elf.h,v
retrieving revision 1.36
diff -c -r1.36 exec_elf.h
*** exec_elf.h 2000/02/22 13:57:23 1.36
--- exec_elf.h 2000/02/23 11:57:43
***************
*** 473,479 ****
#define DT_FINI_ARRAYSZ 28 /* Size, in bytes, of DT_FINI_ARRAY array*/
#define DT_NUM 29
! #define DT_LOOS 0x60000000 /* Operating system specific range *
#define DT_HIOS 0x6fffffff
#define DT_LOPROC 0x70000000 /* Processor-specific range */
#define DT_HIPROC 0x7fffffff
--- 473,479 ----
#define DT_FINI_ARRAYSZ 28 /* Size, in bytes, of DT_FINI_ARRAY array*/
#define DT_NUM 29
! #define DT_LOOS 0x60000000 /* Operating system specific range */
#define DT_HIOS 0x6fffffff
#define DT_LOPROC 0x70000000 /* Processor-specific range */
#define DT_HIPROC 0x7fffffff
>Audit-Trail:
>Unformatted: