machine/soundcard.h -> sys/soundcard.h; fixes build on -CURRENT
PR: 40839 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
This commit is contained in:
parent
bb8ced4841
commit
16806d782b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63320
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,14 @@
|
|||
--- xgal.sndsrv.freebsd.c.orig Wed Mar 31 11:48:40 1999
|
||||
+++ xgal.sndsrv.freebsd.c Wed Mar 31 11:48:40 1999
|
||||
@@ -19,13 +19,17 @@
|
||||
--- xgal.sndsrv.freebsd.c.orig Sun Apr 12 08:03:21 1998
|
||||
+++ xgal.sndsrv.freebsd.c Sun Jul 21 19:10:18 2002
|
||||
@@ -12,20 +12,24 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
-#include <machine/soundcard.h>
|
||||
+#include <sys/soundcard.h>
|
||||
#include <sys/time.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue