diff options
Diffstat (limited to 'lib/libc/net/name6.c')
-rw-r--r-- | lib/libc/net/name6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 8d7152e..9d2ceb1 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -342,7 +342,7 @@ _ghbyname(const char *name, int af, int flags, int *errp) } /* getipnodebyname() internal routine for multiple query(PF_UNSPEC) support. */ -struct hostent * +static struct hostent * _getipnodebyname_multi(const char *name, int af, int flags, int *errp) { struct hostent *hp; |