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

This commit is contained in:
phk 2002-03-05 13:56:58 +00:00
parent 1a30b8f440
commit 3db3e44430

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);