1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Chase <machine/soundcard.h> to <sys/soundcard.h> to fix build on 5.x

This commit is contained in:
Kris Kennaway 2002-08-23 03:56:18 +00:00
parent f518c8fa0f
commit 8b416a6d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64856
3 changed files with 9 additions and 20 deletions

View File

@ -1,5 +1,5 @@
--- dsp.c.orig Sat Oct 21 15:40:29 1995
+++ dsp.c Sat Jan 27 15:24:31 2001
--- dsp.c.orig Thu Aug 22 20:51:34 2002
+++ dsp.c Thu Aug 22 20:54:31 2002
@@ -22,14 +22,14 @@
* linux_dsp.c - Support for the Linux DSP driver from the Voxware(C) Drivers.
*/
@ -13,7 +13,7 @@
#include <sys/types.h>
-#include <linux/soundcard.h>
-#include <bytesex.h>
+#include <machine/soundcard.h>
+#include <sys/soundcard.h>
+#include <machine/endian.h>
#include "main.h"
#include "dsp.h"

View File

@ -1,12 +1,10 @@
--- gus.c.orig Sun Oct 22 04:14:33 1995
+++ gus.c Sat Jan 27 15:04:15 2001
@@ -25,8 +25,8 @@
--- gus.c.orig Sat Oct 21 12:14:33 1995
+++ gus.c Thu Aug 22 20:55:06 2002
@@ -26,7 +26,7 @@
#ifdef GUS
-#include <sys/soundcard.h>
#include <sys/soundcard.h>
-#include <sys/ultrasound.h>
+#include <machine/soundcard.h>
+#include <machine/ultrasound.h>
#include <unistd.h>
#include "gus.h"

View File

@ -1,14 +1,5 @@
--- gus.h.orig Sun Oct 22 05:06:38 1995
+++ gus.h Sat Jan 27 15:21:29 2001
@@ -26,7 +26,7 @@
#ifndef _GUS_H
#define _GUS_H
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#define ERR_SEQUENCER 51
#define ERR_NOGUS 53
--- gus.h.orig Sat Oct 21 13:06:38 1995
+++ gus.h Thu Aug 22 20:53:57 2002
@@ -41,7 +41,7 @@
extern unsigned char _seqbuf[];