Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/28/2004 00:07:31
Module Name:	src
Committed By:	thorpej
Date:		Tue Dec 28 00:07:31 UTC 2004

Modified Files:
	src/sys/sys: exec_elf.h

Log Message:
Use uint32_t casts, rather than Elf_Byte, in ELF_ST_BIND() and ELF_ST_TYPE()
so we don't get screwed by promotion rules (and makes nlist_elf32.ln build
again).


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.