K 10 svn:author V 3 mdf K 8 svn:date V 27 2011-01-19T17:04:07.398130Z K 7 svn:log V 357 sysctl(8) should use the CTLTYPE to determine the type of data when reading. (This was already done for writing to a sysctl). This requires all SYSCTL setups to specify a type. Most of them are now checked at compile-time. Remove SYSCTL_*X* sysctl additions as the print being in hex should be controlled by the -x flag to sysctl(8). Succested by: bde END