K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-01-05T07:00:45.000000Z K 7 svn:log V 357 - For dynamic sysctl's added at runtime, don't assume that the name passed to the SYSCTL_ADD_FOO() macros is a constant that should be turned into a string via the pre-processor. Instead, require it to be an explicit string so that names can be generated on the fly. - Make some of the char * arguments to sysctl_add_oid() const to quiet warnings. END