- Fix build on !i386
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
This commit is contained in:
parent
028b71a953
commit
d28942a721
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121852
1 changed files with 11 additions and 1 deletions
|
@ -9,7 +9,17 @@
|
|||
#include <getopt.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
@@ -670,7 +670,11 @@
|
||||
@@ -177,7 +177,9 @@
|
||||
# else
|
||||
# include <machine/soundcard.h>
|
||||
# endif
|
||||
+/* PC Speaker functions seems to be unused here
|
||||
# include <machine/pcaudioio.h>
|
||||
+*/
|
||||
#else
|
||||
# ifdef __NetBSD__
|
||||
# include <sys/ioctl.h>
|
||||
@@ -670,7 +672,11 @@
|
||||
if(sndStatOut.fd == -1)
|
||||
{
|
||||
while ((sndStatOut.fd = open(sndStatOut.device,
|
||||
|
|
Loading…
Reference in a new issue