aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rwxr-xr-xutils.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index f5fe76e20..5264ecc05 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 <em@em.no-ip.com> */
+
static int gethostbyname_r (const char *name, struct hostent *ret, char *buf,
size_t buflen, struct hostent **result,
int *h_errnop)