From b9ad4c6e6b93f88c5c7b2452ae8f1aa65876226a Mon Sep 17 00:00:00 2001 From: cg Date: Mon, 5 Mar 2001 15:58:05 +0000 Subject: enable per-device sysctls unconditionally --- sys/dev/sound/pcm/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 1a38e20..597b6ef 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; }; -- cgit v1.1