Move sysctl debug.sizeof into sys/sysctl.h where it belongs.

This commit is contained in:
Poul-Henning Kamp 2002-03-05 13:56:58 +00:00
parent 7e7f2e51f0
commit c794254d96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91687

View file

@ -559,6 +559,7 @@ SYSCTL_DECL(_vm);
SYSCTL_DECL(_vfs);
SYSCTL_DECL(_net);
SYSCTL_DECL(_debug);
SYSCTL_DECL(_debug_sizeof);
SYSCTL_DECL(_hw);
SYSCTL_DECL(_machdep);
SYSCTL_DECL(_user);