CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/30 01:56:38
Modified files:
lib/libc/regex : regerror.c
Log message:
Constify the strings in regerror.c and make use of the strlcpy()
return value to avoid a redundant strlen() call.
from miod, ok millert
