summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/name6.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-01-27 15:01:05 +0000
committerume <ume@FreeBSD.org>2005-01-27 15:01:05 +0000
commitbf4b229d7b3420a768242cff7f83ca949a3e4fb7 (patch)
tree40914c59e4f9bae6ee021085054eedf3ce5ebde6 /lib/libc/net/name6.c
parent32d71c2dd43aadd3e2e7afe6a94b527f58eea663 (diff)
downloadFreeBSD-src-bf4b229d7b3420a768242cff7f83ca949a3e4fb7.zip
FreeBSD-src-bf4b229d7b3420a768242cff7f83ca949a3e4fb7.tar.gz
make _getipnodebyname_multi() static.
Diffstat (limited to 'lib/libc/net/name6.c')
-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 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;
OpenPOWER on IntegriCloud