Subject: CVS commit: src/sys/sys
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/26/2003 13:31:38
Module Name:	src
Committed By:	bjh21
Date:		Sat Apr 26 13:31:37 UTC 2003

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

Log Message:
Rather then messing around with _POSIX_SOURCE and abusing
_QUAD_LOWWORD, just use <machine/endian_machdep.h> to get _BYTE_ORDER
and use that.  Should fix my PR misc/21317.  Fix suggested by kleink.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/sys/midiio.h

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