Masanobu SAITOH <[email protected]> wrote: > % egrep -r 'CTL_.*_NAMES' . > ./sys/arch/m68k/include/sysctl.h:#ifndef CTL_MACHDEP_NAMES > ./sys/arch/m68k/include/sysctl.h:#endif /* CTL_MACHDEP_NAMES */
These are not examples of sysctl counter names, they are just the multiple inclusion prevention symbols for that file.
