aboutsummaryrefslogtreecommitdiff
path: root/audio/rat/files
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2004-02-02 01:07:25 +0000
committerBill Fenner <fenner@FreeBSD.org>2004-02-02 01:07:25 +0000
commit59ff1d9146c4595df722c1d54d69f120396a1fe1 (patch)
tree0c63cc93a7a8019c748331a2a3d76466f8a7c21b /audio/rat/files
parent4e2842b561dc69de56c2f792bd4096e1d5689799 (diff)
Notes
Diffstat (limited to 'audio/rat/files')
-rw-r--r--audio/rat/files/patch-aa11
-rw-r--r--audio/rat/files/patch-ab11
2 files changed, 0 insertions, 22 deletions
diff --git a/audio/rat/files/patch-aa b/audio/rat/files/patch-aa
deleted file mode 100644
index 4f2f90d89d54..000000000000
--- a/audio/rat/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 21a58452751e..000000000000
--- a/audio/rat/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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>