Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/31/2001 20:05:37
Module Name: syssrc
Committed By: thorpej
Date: Wed Oct 31 18:05:36 UTC 2001
Modified Files:
syssrc/sys/arch/alpha/include: elf_machdep.h
syssrc/sys/sys: exec_elf.h
Log Message:
Rather than using a NetBSD-specific header file <machine/int_types.h>
and non-standard inttype-like types, pull in <sys/types.h> if
_KERNEL or _STANDALONE and <inttypes.h> otherwise, and use standard
inttype types.
Discussed with and OK'd by Christos.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/alpha/include/elf_machdep.h
cvs rdiff -r1.57 -r1.58 syssrc/sys/sys/exec_elf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.