Subject: CVS commit: basesrc/lib/libossaudio
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 01/11/2002 14:11:10
Module Name:	basesrc
Committed By:	kleink
Date:		Fri Jan 11 12:11:09 UTC 2002

Modified Files:
	basesrc/lib/libossaudio: soundcard.h

Log Message:
Determine the 'native' endianness using _BYTE_ORDER from
<machine/endian_machdep.h>.

The previous method of wrapping a definition of _POSIX_SOURCE around the
inclusion of other headers to reduce namespace pollution had the
side-effect of not all required identifiers being defined when included
thereafter by the application itself (due to multiple-inclusion protection),
and is not blessed by that standard.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/lib/libossaudio/soundcard.h

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