aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2005-01-27 15:01:05 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2005-01-27 15:01:05 +0000
commita2a24ec881a08f87751432ac0493df9420e27c97 (patch)
tree40914c59e4f9bae6ee021085054eedf3ce5ebde6 /lib
parentc49d3c9bacf73bb61929f55a30b20f5009c9a2d9 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/name6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c
index 8d7152ef5c61..9d2ceb1ef22b 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;