opnsense-ports/audio/mp-player/files/patch-mp.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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