diff options
Diffstat (limited to 'audio/rplay/files/patch-an')
-rw-r--r-- | audio/rplay/files/patch-an | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/rplay/files/patch-an b/audio/rplay/files/patch-an index e2f195deb3d2..2a7d99ae2dee 100644 --- a/audio/rplay/files/patch-an +++ b/audio/rplay/files/patch-an @@ -1,5 +1,14 @@ ---- rplayd/audio/audio_FreeBSD.c.orig Sun Jul 22 19:44:58 2001 -+++ rplayd/audio/audio_FreeBSD.c Sun Jul 22 19:47:01 2001 +--- rplayd/audio/audio_FreeBSD.c.orig Wed Mar 10 16:58:10 1999 ++++ rplayd/audio/audio_FreeBSD.c Thu Apr 11 07:45:56 2002 +@@ -35,7 +35,7 @@ + #include <sys/ioctl.h> + #include <sys/errno.h> + #include <errno.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + + /* + * for the poor folks who don't have a sound card, but use the pc speaker @@ -353,7 +353,7 @@ return (-1); } |