summaryrefslogtreecommitdiff
path: root/mbone/rat/files/patch-ab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 09:51:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 09:51:55 +0000
commit293871109b7720d335d34ef65cd100f903067769 (patch)
treecd5bbc780afd121634cfd3d776291aeb87adf6c9 /mbone/rat/files/patch-ab
parentFix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff)
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to '')
-rw-r--r--mbone/rat/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
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>