Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



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.




Home | Main Index | Thread Index | Old Index