diff --git a/utils.c b/utils.c index f5fe76e20f..5264ecc053 100755 --- a/utils.c +++ b/utils.c @@ -53,7 +53,10 @@ char *ast_strip(char *buf) AST_MUTEX_DEFINE_STATIC(__mutex); -/* Recursive replacement for gethostbyname for BSD-based systems */ +/* Recursive replacement for gethostbyname for BSD-based systems. This +routine is derived from code originally written and placed in the public +domain by Enzo Michelangeli */ + static int gethostbyname_r (const char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop)