aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aureal-kmod
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 12:19:31 +0800
committersteve <steve@FreeBSD.org>2001-02-26 12:19:31 +0800
commit19f00b6101ce152413c258c9cc4b33ce57ca74e3 (patch)
tree789437e785bb46eeb29881c1afde7618aa5fb240 /audio/aureal-kmod
parent5fc502b20a71330113e45d75cbb02694b21ad9e2 (diff)
downloadfreebsd-ports-gnome-19f00b6101ce152413c258c9cc4b33ce57ca74e3.tar.gz
freebsd-ports-gnome-19f00b6101ce152413c258c9cc4b33ce57ca74e3.tar.zst
freebsd-ports-gnome-19f00b6101ce152413c258c9cc4b33ce57ca74e3.zip
#include sys/systm.h for the splXXX definitions.
PR: 24478 Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru>
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r--audio/aureal-kmod/files/patch-au88x0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/aureal-kmod/files/patch-au88x0.c b/audio/aureal-kmod/files/patch-au88x0.c
index 8c5b59f1c707..4612ffc0c489 100644
--- a/audio/aureal-kmod/files/patch-au88x0.c
+++ b/audio/aureal-kmod/files/patch-au88x0.c
@@ -3,12 +3,13 @@ $FreeBSD$
--- au88x0.c.orig Mon Jan 15 18:44:49 2001
+++ au88x0.c Mon Jan 15 18:44:49 2001
-@@ -32,7 +32,7 @@
+@@ -32,7 +32,8 @@
*/
#include <dev/sound/pcm/sound.h>
-#include <dev/sound/pci/au88x0.h>
+#include "au88x0.h"
++#include <sys/systm.h>
#include <pci/pcireg.h>
#include <pci/pcivar.h>