K 10 svn:author V 3 imp K 8 svn:date V 27 2021-07-21T16:19:44.797162Z K 7 svn:log V 486 Remove incorrect __restricted labels from strcspn strcspn should never have had the __restrict keywords. While both of these strings are const, it may have unindended side effects. While this is the kernel, the POSIX definition also omits restrict. Reviewed by: imp@ Pull Request: https://github.com/freebsd/freebsd-src/pull/497 (cherry picked from commit 56d33e86b74b197a36f42255824b56715c96a596) Git Hash: 18b511454f779305f828b71ad5df69d1c1a3b3ba Git Author: gfunni234@gmail.com END