diff options
author | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-04-11 00:22:33 +0000 |
---|---|---|
committer | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-04-11 00:22:33 +0000 |
commit | 8d4724eed27e72e3f2a9a36ab4155f4c4ecc0423 (patch) | |
tree | 26189917c240f2513378f6a16427794c671af726 /audio/tosha | |
parent | 9e0cb30d0b2105ce1f79414c7973a4d40cc7710f (diff) | |
download | ports-8d4724eed27e72e3f2a9a36ab4155f4c4ecc0423.tar.gz ports-8d4724eed27e72e3f2a9a36ab4155f4c4ecc0423.zip |
Notes
Diffstat (limited to 'audio/tosha')
-rw-r--r-- | audio/tosha/files/patch-pcmplay.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/tosha/files/patch-pcmplay.c b/audio/tosha/files/patch-pcmplay.c new file mode 100644 index 000000000000..5e46e05837e0 --- /dev/null +++ b/audio/tosha/files/patch-pcmplay.c @@ -0,0 +1,11 @@ +--- pcmplay.c.old Sat Jan 2 08:57:41 1999 ++++ pcmplay.c Thu Apr 11 08:00:07 2002 +@@ -44,7 +44,7 @@ + #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" |