CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/13 21:00:40
Modified files:
sys/kern : kern_sysctl.c
sys/sys : sysctl.h
Log message:
tweak sysctl_string and sysctl_tstring to use size_t for lengths, not int
theyre both wrappers around sysctl__string, which is where half the
fix is too.
