Module Name: src Committed By: mrg Date: Sun Sep 16 20:39:04 UTC 2018
Modified Files:
src/sys/kern: init_sysctl.c
Log Message:
CTL_DEBUG_MAXID is only used to size a static array that the compiler
can do just fine itself. use the compiler and remove the define.
To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/kern/init_sysctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
