Declare regression subtree in sysctl.h so that components outside of

kern_mib.c can easily add regression sysctls.

MFC after:	1 month
This commit is contained in:
Robert Watson 2006-03-26 22:29:45 +00:00
parent ac2bfec884
commit d9949cb211
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157157

View File

@ -602,6 +602,7 @@ SYSCTL_DECL(_hw_bus);
SYSCTL_DECL(_machdep);
SYSCTL_DECL(_user);
SYSCTL_DECL(_compat);
SYSCTL_DECL(_regression);
extern char machine[];
extern char osrelease[];