summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/strchr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add back strchr/strrchr; from dhartmeideraadt2004-05-061-0/+67
|
* Several kernel files have internal (conflicting) versions of strchr() somillert1997-05-051-57/+0
| | | | move to libsa for now.
* Alpha needs strchr.cmillert1997-05-041-0/+57
Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc).