aboutsummaryrefslogtreecommitdiff
path: root/compat/strchrnul.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove config.h from strchrnul.c; not neededAlan Brault2011-05-031-1/+0
| | | | | Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink()
* Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibcAlan Brault2011-05-031-7/+9
| | | | and separate the headers.
* Make strcasestr() and strchrnul() into separate compat filesAlan Brault2011-05-021-0/+44
Force everyone to use compat functions not just Solaris Remove libsysfs from buildconf Add libtool support (needed for libdusercompat.a)