aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/strnstr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing libkern/strnstr.c fileGreg V2021-07-151-0/+64
Apparently it wasn't picked up by git. Reviewed by: bz, hselasky, nc Differential Revision: https://reviews.freebsd.org/D31131