ecore: also use for solaris

SVN revision: 79582
This commit is contained in:
Sebastian Dransfeld 2012-11-23 20:35:45 +00:00
parent a3ae72a9e7
commit 36849d89b7
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ size_t dns_strlcat(char *dst, const char *src, size_t lim) {
} /* dns_strlcat() */
#if _WIN32
#if defined(_WIN32) || defined(__SUNPRO_C)
static char *dns_strsep(char **sp, const char *delim) {
char *p;