freebsd-ports/audio/mcplay/files/patch-mixer.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

11 lines
232 B
C

--- mixer.c.orig 2002-04-28 13:30:35 UTC
+++ mixer.c
@@ -7,7 +7,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
#include <errno.h>
#include <string.h>