aboutsummaryrefslogtreecommitdiff
path: root/audio/wavplay/files/patch-msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wavplay/files/patch-msg.c')
-rw-r--r--audio/wavplay/files/patch-msg.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/audio/wavplay/files/patch-msg.c b/audio/wavplay/files/patch-msg.c
deleted file mode 100644
index 6d8af4a35ded..000000000000
--- a/audio/wavplay/files/patch-msg.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- msg.c.orig 1999-12-04 00:06:42 UTC
-+++ msg.c
-@@ -47,7 +47,9 @@ static const char rcsid[] = "@(#)msg.c $
- #include <unistd.h>
- #include <errno.h>
- #include <fcntl.h>
-+#ifndef FREEBSD
- #include <malloc.h>
-+#endif
- #include <string.h>
- #include <memory.h>
- #include <signal.h>
-@@ -56,7 +58,11 @@ static const char rcsid[] = "@(#)msg.c $
- #include <sys/msg.h>
- #include <sys/ioctl.h>
- #include <assert.h>
-+#ifndef FREEBSD
- #include <linux/soundcard.h>
-+#else
-+#include <sys/soundcard.h>
-+#endif
- #include "wavplay.h"
-
- /*