Update of /cvsroot/liboss/liboss/include/liboss
In directory sc8-pr-cvs1:/tmp/cvs-serv13519/include/liboss
Modified Files:
soundcard.h
Log Message:
liboss doesn't crash anymore. successfully ran osscat. removed machine/byte_order.h because it was unnecessary.
Index: soundcard.h
===================================================================
RCS file: /cvsroot/liboss/liboss/include/liboss/soundcard.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- soundcard.h 11 Jan 2003 19:33:09 -0000 1.3
+++ soundcard.h 19 Jan 2003 19:47:14 -0000 1.4
@@ -111,7 +111,6 @@
/* Need native 16 bit format which depends on byte order */
#include <machine/endian.h>
-#include <machine/byte_order.h>
#if _BYTE_ORDER == _LITTLE_ENDIAN
#define AFMT_S16_NE AFMT_S16_LE
#else
|