summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-10 07:18:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-10 07:18:36 +0000
commit82848e9a9fe250ada224a7e465a92ff4efa31b34 (patch)
treeced60d47e4f5995d2c2aa00b1a9d2ec7b2c732d8 /mbone
parentPartially fix build on -current (machine/soundcard.h -> sys/soundcard.h). (diff)
Undo an obsoleted patch to include <sys/soundcard.h> instead of
<machine/soundcard.h> and fix build on -current.
Notes
Notes: svn path=/head/; revision=80592
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vat/files/patch-ah6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/vat/files/patch-ah b/mbone/vat/files/patch-ah
index 38c4ef3adf4c..596513307334 100644
--- a/mbone/vat/files/patch-ah
+++ b/mbone/vat/files/patch-ah
@@ -1,5 +1,5 @@
---- audio-voxware.cc.dist Fri Apr 26 05:22:37 1996
-+++ audio-voxware.cc Mon Dec 18 18:18:31 2000
+--- audio-voxware.cc.orig Fri Apr 26 05:22:37 1996
++++ audio-voxware.cc Sat May 10 00:15:51 2003
@@ -1,4 +1,6 @@
/*
+ * Modifications (C) 1997-1998 by Luigi Rizzo and others.
@@ -44,7 +44,7 @@
-#include <sys/soundcard.h>
+#include <fcntl.h>
#endif
-+#include <machine/soundcard.h>
++#include <sys/soundcard.h>
#include "audio.h"
+#include "mulaw.h"
#include "Tcl.h"