ares_strsplit.c (c-ares-1.17.1) | : | ares_strsplit.c (c-ares-1.17.2) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
* notice appear in all copies and that both that copyright | * notice appear in all copies and that both that copyright | |||
* notice and this permission notice appear in supporting | * notice and this permission notice appear in supporting | |||
* documentation, and that the name of M.I.T. not be used in | * documentation, and that the name of M.I.T. not be used in | |||
* advertising or publicity pertaining to distribution of the | * advertising or publicity pertaining to distribution of the | |||
* software without specific, written prior permission. | * software without specific, written prior permission. | |||
* M.I.T. makes no representations about the suitability of | * M.I.T. makes no representations about the suitability of | |||
* this software for any purpose. It is provided "as is" | * this software for any purpose. It is provided "as is" | |||
* without express or implied warranty. | * without express or implied warranty. | |||
*/ | */ | |||
#if defined(__MVS__) | ||||
#include <strings.h> | ||||
#endif | ||||
#include "ares_setup.h" | #include "ares_setup.h" | |||
#include "ares_strsplit.h" | #include "ares_strsplit.h" | |||
#include "ares.h" | #include "ares.h" | |||
#include "ares_private.h" | #include "ares_private.h" | |||
static int list_contains(char * const *list, size_t num_elem, const char *str, i nt insensitive) | static int list_contains(char * const *list, size_t num_elem, const char *str, i nt insensitive) | |||
{ | { | |||
size_t len; | size_t len; | |||
size_t i; | size_t i; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |