Add strcasecmp() and strncasecmp().
authorRui Paulo <rpaulo@FreeBSD.org>
Thu, 18 Feb 2010 13:32:09 +0000 (13:32 +0000)
committerRui Paulo <rpaulo@FreeBSD.org>
Thu, 18 Feb 2010 13:32:09 +0000 (13:32 +0000)
commit17f09ef2e4c5057cc3df6911f2f7f2ff08db06d8
treee31862718331e3a69db5b39ea46327545f37ea58
parent9908bc5504e3cd83fc6e65a09e80e4b79016d780
Add strcasecmp() and strncasecmp().

We can't copy the userland implementation because tolower(9) is an
evil macro that has bad side effects. Cf FreeBSD log for this file
sys/conf/files
sys/libkern/strcasecmp.c [new file with mode: 0644]
sys/sys/libkern.h