1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/mp-player/files/patch-mp.c
Renato Botelho 8ef903640a Add mp-player 0.6, a curses based module tracker using libmikmod.
PR:		ports/85304
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-08-29 17:31:14 +00:00

20 lines
453 B
C

--- 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. ***/