--- drivers/drv_raw.c.orig Sat Apr 1 01:54:59 2006 +++ drivers/drv_raw.c Sat Apr 1 02:05:04 2006 @@ -45,7 +45,7 @@ #include "mikmod_internals.h" #define BUFFERSIZE 32768 -#define FILENAME "music.raw" +#define FILENAME "/dev/null" #ifndef O_BINARY #define O_BINARY 0 @@ -77,13 +77,6 @@ static BOOL RAW_Init(void) { -#if defined unix || (defined __APPLE__ && defined __MACH__) - if(!MD_Access(filename?filename:FILENAME)) { - _mm_errno=MMERR_OPENING_FILE; - return 1; - } -#endif - if((rawout=open(filename?filename:FILENAME,O_RDWR|O_TRUNC|O_CREAT|O_BINARY #if !defined(macintosh) && !defined(__MWERKS__) ,S_IREAD|S_IWRITE