diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 09:51:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 09:51:55 +0000 |
commit | 293871109b7720d335d34ef65cd100f903067769 (patch) | |
tree | cd5bbc780afd121634cfd3d776291aeb87adf6c9 | |
parent | Fix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff) |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Notes
Notes:
svn path=/head/; revision=65831
-rw-r--r-- | audio/rat/files/patch-aa | 11 | ||||
-rw-r--r-- | audio/rat/files/patch-ab | 11 | ||||
-rw-r--r-- | mbone/rat/files/patch-aa | 11 | ||||
-rw-r--r-- | mbone/rat/files/patch-ab | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/audio/rat/files/patch-aa b/audio/rat/files/patch-aa new file mode 100644 index 000000000000..4f2f90d89d54 --- /dev/null +++ b/audio/rat/files/patch-aa @@ -0,0 +1,11 @@ +--- rat/auddev_luigi.c.orig Sun Sep 8 01:22:44 2002 ++++ rat/auddev_luigi.c Sun Sep 8 01:22:54 2002 +@@ -19,7 +19,7 @@ + #include "debug.h" + + #include <machine/pcaudioio.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + + #define LUIGI_SPEAKER 0x101 + #define LUIGI_MICROPHONE 0x201 diff --git a/audio/rat/files/patch-ab b/audio/rat/files/patch-ab new file mode 100644 index 000000000000..21a58452751e --- /dev/null +++ b/audio/rat/files/patch-ab @@ -0,0 +1,11 @@ +--- rat/auddev_newpcm.c.orig Sun Sep 8 01:37:33 2002 ++++ rat/auddev_newpcm.c Sun Sep 8 01:37:40 2002 +@@ -20,7 +20,7 @@ + #include "memory.h" + #include "debug.h" + +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #include <sys/types.h> + + #include <dirent.h> diff --git a/mbone/rat/files/patch-aa b/mbone/rat/files/patch-aa new file mode 100644 index 000000000000..4f2f90d89d54 --- /dev/null +++ b/mbone/rat/files/patch-aa @@ -0,0 +1,11 @@ +--- rat/auddev_luigi.c.orig Sun Sep 8 01:22:44 2002 ++++ rat/auddev_luigi.c Sun Sep 8 01:22:54 2002 +@@ -19,7 +19,7 @@ + #include "debug.h" + + #include <machine/pcaudioio.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + + #define LUIGI_SPEAKER 0x101 + #define LUIGI_MICROPHONE 0x201 diff --git a/mbone/rat/files/patch-ab b/mbone/rat/files/patch-ab new file mode 100644 index 000000000000..21a58452751e --- /dev/null +++ b/mbone/rat/files/patch-ab @@ -0,0 +1,11 @@ +--- rat/auddev_newpcm.c.orig Sun Sep 8 01:37:33 2002 ++++ rat/auddev_newpcm.c Sun Sep 8 01:37:40 2002 +@@ -20,7 +20,7 @@ + #include "memory.h" + #include "debug.h" + +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #include <sys/types.h> + + #include <dirent.h> |