CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/16 20:23:54
Modified files:
sys/kern : sysv_sem.c
Log message:
Convert sysctl_sysvsem to sysctl_bounded_args
Used sysctl_int_bounded in many places to shrink code.
Extracted a new function to make the case tidy.
Removed some superflous fluff.
OK millert@
