From 8da20439de98748cb1ee9d2bd1b2f5d7cbd8332c Mon Sep 17 00:00:00 2001 From: cg Date: Mon, 5 Mar 2001 16:43:43 +0000 Subject: MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stable --- sys/dev/sound/pcm/datatypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/sound/pcm/datatypes.h b/sys/dev/sound/pcm/datatypes.h index 8a28162..ac67413 100644 --- a/sys/dev/sound/pcm/datatypes.h +++ b/sys/dev/sound/pcm/datatypes.h @@ -137,8 +137,10 @@ struct _snddev_info { void *devinfo; device_t dev; char status[SND_STATUSLEN]; +#ifdef SND_DYNSYSCTL struct sysctl_ctx_list sysctl_tree; struct sysctl_oid *sysctl_tree_top; +#endif }; /*****************************************************************************/ -- cgit v1.1