aboutsummaryrefslogtreecommitdiff
path: root/audio/mp-player/files
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp-player/files')
-rw-r--r--audio/mp-player/files/patch-mp.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/mp-player/files/patch-mp.c b/audio/mp-player/files/patch-mp.c
new file mode 100644
index 000000000000..d74b2eaeb994
--- /dev/null
+++ b/audio/mp-player/files/patch-mp.c
@@ -0,0 +1,19 @@
+--- mp.c.orig Fri Aug 26 09:59:36 2005
++++ mp.c Fri Aug 26 09:59:57 2005
+@@ -27,7 +27,7 @@
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#include <linux/soundcard.h>
++#include <sys/soundcard.h>
+
+ #include <curses.h>
+ #include <panel.h>
+@@ -41,6 +41,7 @@
+ ******************************************************************************/
+
+ #define VERSION "0.6" /* here it is */
++#define NAME_MAX 255
+
+
+ /*** Various. ***/