summaryrefslogtreecommitdiff
path: root/games/xscavenger/patches/patch-aa
blob: 9d960e5d9f02f3b6635c00f193229f88a1a057d7 (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.3 2005/11/03 22:03:18 rillig Exp $

--- src/sound.c.orig	2002-12-02 00:03:54.000000000 -0600
+++ src/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];