mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9414530b46
Macintosh form, it addicted a former roommate for the better part of a semester. PR: 6654 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
16 lines
363 B
Plaintext
16 lines
363 B
Plaintext
--- mixer.cpp Thu Dec 5 13:14:44 1996
|
|
+++ /home/andy/tmp/wrk/mixer.cpp Wed May 13 23:06:18 1998
|
|
@@ -283,10 +283,12 @@
|
|
#endif /* linux */
|
|
|
|
/* This is necessary so that the sound server stays in sync */
|
|
+#ifndef __FreeBSD__
|
|
long flags;
|
|
flags = fcntl(dsp_fd, F_GETFL, 0);
|
|
flags |= O_SYNC;
|
|
(void) fcntl(dsp_fd, F_SETFL, flags);
|
|
+#endif
|
|
|
|
return(0);
|
|
}
|