aboutsummaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-ac')
-rw-r--r--audio/maplay/files/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/maplay/files/patch-ac b/audio/maplay/files/patch-ac
deleted file mode 100644
index 3a6e29c92ce1..000000000000
--- a/audio/maplay/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-*** obuffer.cc.orig Thu Jun 23 05:14:36 1994
---- obuffer.cc Tue Feb 14 04:17:17 1995
-***************
-*** 537,542 ****
---- 537,543 ----
- }
-
- // turn NDELAY mode off:
-+ #ifndef __FreeBSD__ /* Our /dev/audio doesn't like non-blocking I/O */
- int flags;
- if ((flags = fcntl (fd, F_GETFL, 0)) < 0)
- {
-***************
-*** 549,554 ****
---- 550,556 ----
- perror ("fcntl F_SETFL on /dev/audio failed");
- exit (1);
- }
-+ #endif
- return fd;
- }
-