blob: 1ac42e1c5cf37cf45ff54c95044f5f1cd71ab002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ah,v 1.3 2006/01/08 04:57:55 joerg Exp $
--- plugins/sound_oss/sound_oss.h.orig 2006-01-08 03:46:00.000000000 +0000
+++ plugins/sound_oss/sound_oss.h
@@ -11,12 +11,8 @@
#include <sys/soundcard.h>
#endif
-#ifdef P_FREEBSD
-#if P_FREEBSD >= 500000
+#if defined(P_FREEBSD) || defined(P_DRAGONFLY)
#include <sys/soundcard.h>
-#else
-#include <machine/soundcard.h>
-#endif
#endif
#if defined(P_OPENBSD) || defined(P_NETBSD)
|