K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-05-21T15:59:17.774320Z K 7 svn:log V 288 getvfsbyname: prefer sizeof to strlen even for constants Clang is smart enough to evaluate strlen() of a constant at compile-time. However, that won't work in the future if we compile libc with -ffreestanding. Reported by: kib Dissenting: ngie, cem Sponsored by: The FreeBSD Foundation END