a5408a406d
set of examples of the basic sets of constants and procedures needed to understand the behavior of matter. WWW: http://www.toddmiller.com/epte/ PR: ports/150183 Submitted by: Frederic Culot <frederic@culot.org>
11 lines
333 B
C
11 lines
333 B
C
--- setaudio.c.orig 2010-09-01 10:55:30.665968356 +0200
|
|
+++ setaudio.c 2010-09-01 10:56:04.763401409 +0200
|
|
@@ -312,7 +312,7 @@ void setaudio ( void )
|
|
char File_Name[1024];
|
|
char *file_name;
|
|
|
|
-#ifdef VMS
|
|
+#if defined(VMS) || defined(__FreeBSD__)
|
|
#else
|
|
|
|
/* The audio device sometimes does not work if it is left open for a long
|