summaryrefslogtreecommitdiff
path: root/audio/dap/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/dap/files/patch-ab')
-rw-r--r--audio/dap/files/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/dap/files/patch-ab b/audio/dap/files/patch-ab
deleted file mode 100644
index d854b26d0b03..000000000000
--- a/audio/dap/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN ../dap-2.1.1.orig/libaudio/audio.h ./libaudio/audio.h
---- ../dap-2.1.1.orig/libaudio/audio.h Tue Feb 29 10:16:06 2000
-+++ ./libaudio/audio.h Sun Jun 11 14:22:12 2000
-@@ -20,7 +20,11 @@
- #define _audio_h
-
- #include <stdio.h>
-+#ifdef __FreeBSD__
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
- #include <unistd.h>
- #include <fcntl.h>
- #include <limits.h>