mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Provide proper code attribution for public domain gethostbyname_r
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5609 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
utils.c
5
utils.c
@@ -53,7 +53,10 @@ char *ast_strip(char *buf)
|
|||||||
|
|
||||||
AST_MUTEX_DEFINE_STATIC(__mutex);
|
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,
|
static int gethostbyname_r (const char *name, struct hostent *ret, char *buf,
|
||||||
size_t buflen, struct hostent **result,
|
size_t buflen, struct hostent **result,
|
||||||
int *h_errnop)
|
int *h_errnop)
|
||||||
|
Reference in New Issue
Block a user