CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/13 00:16:31
Modified files:
sys/sys : sysctl.h
sys/kern : kern_sysctl.c
Log message:
use size_t for the size of things in memory, not int.
this tweaks the len argument to sysctl_rdstring, sysctl_struct, and
sysctl_rdstruct.
there's probably more to fix.
ok millert@
