José Roberto de Souza 237e3f4dcb sys/posix: fix strncasecmp
This should be a OR or when comparing only parts os strings would
return a wrong value.

const char *first = "testA";
const char *second = "test";
uint8_t contains = strncasecmp(first, second, strlen(second));
2015-02-23 11:24:01 -03:00
..
2015-02-08 18:52:16 +01:00
2015-02-08 18:52:16 +01:00
2014-12-06 02:05:51 +01:00
2015-02-08 18:52:16 +01:00
2015-02-23 11:24:01 -03:00
2015-02-08 18:52:16 +01:00