K 10 svn:author V 6 marius K 8 svn:date V 27 2013-03-09T02:36:32.823203Z K 7 svn:log V 270 MFC: r227309 (partial) Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. The SYSCTL_NODE macro defines a list that stores all child-elements of that node. If there's no SYSCTL_DECL macro anywhere else, there's no reason why it shouldn't be static. END