aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>2001-03-05 15:58:05 +0000
committerCameron Grant <cg@FreeBSD.org>2001-03-05 15:58:05 +0000
commitdec507e8f7409b28a2acb16e2681cb0e3758426f (patch)
tree6ad0959fc5945a4ccf6366cf9f14c46587cd58eb /sys/dev
parenta983d575283750b025354d9788c458d347d071e0 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pcm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 1a38e2066352..597b6efa1e8c 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -71,8 +71,8 @@
#if __FreeBSD_version > 500000
#define USING_MUTEX
#define USING_DEVFS
-#define SND_DYNSYSCTL
#endif
+#define SND_DYNSYSCTL
#else
struct isa_device { int dummy; };