K 10 svn:author V 2 ed K 8 svn:date V 27 2011-11-07T15:43:11.273872Z K 7 svn:log V 246 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