summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-14 18:58:36 +0000
committerphk <phk@FreeBSD.org>2002-09-14 18:58:36 +0000
commit2c8750a6ca5484554e60e0db88400d7a569ca2d7 (patch)
tree11e2bb590cc1123a0f120db114135c7c04fb9ef5 /sys/dev/sound
parent8b6282f88a8d75c4f7b8a8528b3ef7e2b44e9a1c (diff)
downloadFreeBSD-src-2c8750a6ca5484554e60e0db88400d7a569ca2d7.zip
FreeBSD-src-2c8750a6ca5484554e60e0db88400d7a569ca2d7.tar.gz
FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pcm/sound.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index acc7141..7afa948 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -52,10 +52,9 @@
#include <sys/errno.h>
#include <sys/malloc.h>
#include <sys/bus.h>
-#if __FreeBSD_version > 500000
-#include <sys/bio.h>
-#endif
+#if __FreeBSD_version < 500000
#include <sys/buf.h>
+#endif
#include <machine/clock.h> /* for DELAY */
#include <machine/resource.h>
#include <machine/bus.h>
OpenPOWER on IntegriCloud