freebsd-ports/audio/tosha/files/patch-pcmplay.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
272 B
C

--- pcmplay.c.orig 1999-01-01 23:57:41 UTC
+++ pcmplay.c
@@ -44,7 +44,7 @@ static const char cvsid[]
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#include "utils.h"
#include "getlopt.h"