Subject: CVS commit: syssrc/sys/arch/sh5/include
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/30/2002 13:50:07
Module Name:	syssrc
Committed By:	scw
Date:		Fri Aug 30 10:50:07 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/include: bswap.h endian_machdep.h pmap.h
Added Files:
	syssrc/sys/arch/sh5/include: byte_swap.h

Log Message:
Re-arrange the endian/byteswap headers a bit by splitting off the
byte swap code into a separate file and renaming them.
Fix a typo which prevented ntohX and htonX macros DTRT for
little-endian mode.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sh5/include/bswap.h \
    syssrc/sys/arch/sh5/include/endian_machdep.h \
    syssrc/sys/arch/sh5/include/pmap.h
cvs rdiff -r0 -r1.1 syssrc/sys/arch/sh5/include/byte_swap.h

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