зеркало из https://github.com/mozilla/gecko-dev.git
Bug 186745: on FreeBSD, use the getifaddrs function to query the presence
of IPv4 and IPv6 network interfaces.
This commit is contained in:
Родитель
d0154df805
Коммит
080eed4425
|
@ -320,7 +320,7 @@ _pr_QueryNetIfs(void)
|
|||
PR_Free(buf);
|
||||
}
|
||||
|
||||
#elif (defined(DARWIN) && defined(HAVE_GETIFADDRS))
|
||||
#elif (defined(DARWIN) && defined(HAVE_GETIFADDRS)) || defined(FREEBSD)
|
||||
|
||||
/*
|
||||
* Use the BSD getifaddrs function.
|
||||
|
|
Загрузка…
Ссылка в новой задаче