Alan Somers d5fce87d7c 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
2019-05-21 15:59:17 +00:00
..
2018-10-20 22:39:35 +00:00
2019-05-11 15:17:42 +00:00
2018-10-21 00:20:40 +00:00
2019-02-07 23:17:44 +00:00
2019-02-20 10:03:03 +00:00