21 lines
447 B
Text
21 lines
447 B
Text
$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];
|
|
|