Pedro F. Giffuni 1bb07edbd4 Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
POSIX.1-2008 specifies that those two functions should be declared by
including <strings.h>, not <string.h> (the latter only has strcoll_l()
and strxfrm_l()):

http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html

Obtained from:	DragonFlyBSD
Reviewed by:	theraven
MFC after:	2 weeks
2014-05-30 01:09:07 +00:00
..
2013-12-25 19:38:16 +00:00
2014-01-21 21:13:13 +00:00
2014-05-15 15:22:32 +00:00
2014-02-01 09:27:57 +00:00
2014-05-17 20:39:39 +00:00
2014-03-22 17:28:14 +00:00