MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stable

This commit is contained in:
Cameron Grant 2001-03-05 16:43:43 +00:00
parent 00d6c0c690
commit b3ada620e8

View File

@ -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
};
/*****************************************************************************/