mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
make _getipnodebyname_multi() static.
This commit is contained in:
parent
c49d3c9bac
commit
a2a24ec881
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140910
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user