freebsd-ports/audio/mp-player/files/patch-mp.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

19 lines
427 B
C

--- mp.c.orig 2004-01-28 21:39:17 UTC
+++ mp.c
@@ -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. ***/