diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-01-27 15:01:05 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-01-27 15:01:05 +0000 |
| commit | a2a24ec881a08f87751432ac0493df9420e27c97 (patch) | |
| tree | 40914c59e4f9bae6ee021085054eedf3ce5ebde6 /lib | |
| parent | c49d3c9bacf73bb61929f55a30b20f5009c9a2d9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 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; |
