cgd c9a23604b9 fourth argument to kern_sysctl() must be a size_t *. simply passing a pointer
to SCARG(uap, len) won't do, because that'd be an int *.  copy the value
into a size_t, and pass pointer to that.
1996-02-21 00:10:59 +00:00
..
1996-02-13 17:05:47 +00:00
1996-02-20 22:05:32 +00:00
1996-02-13 17:39:01 +00:00
1996-02-20 12:13:09 +00:00
1996-02-13 23:48:26 +00:00
1996-02-13 13:12:48 +00:00
1996-02-13 22:04:21 +00:00
1996-02-19 00:06:07 +00:00