2013-09-26 17:14:40 +02:00

22 lines
447 B
Plaintext

$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];