CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/26 05:59:59
Modified files:
sys/dev : kcov.c
sys/sys : kcov.h
Log message:
KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only used
in dev/kcov.c; therefore move it to dev/kcov.c.
