summaryrefslogtreecommitdiff
path: root/games/xscavenger/patches/patch-aa
blob: 1bc53d359424a78e868ac0b59a9e374c20c47635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.2 2004/04/09 00:10:25 minskim Exp $

--- sound.c.orig	2002-12-02 00:03:54.000000000 -0600
+++ sound.c
@@ -5,7 +5,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
 #include <sys/time.h>
 #include <signal.h>
 #include <string.h>
@@ -14,7 +15,6 @@
 #include "scav.h"
 #include "sound.h"
 
-#define SOUNDDEV "/dev/dsp"
 
 char dirlist[512];