mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
Add AI_NUMERICSERV to fake-rfc2553.
Our getaddrinfo implementation always returns numeric values already.
This commit is contained in:
parent
ef342ab1ce
commit
c9c88355c6
@ -109,6 +109,9 @@ struct sockaddr_in6 {
|
|||||||
#ifndef AI_NUMERICHOST
|
#ifndef AI_NUMERICHOST
|
||||||
# define AI_NUMERICHOST (1<<2)
|
# define AI_NUMERICHOST (1<<2)
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef AI_NUMERICSERV
|
||||||
|
# define AI_NUMERICSERV (1<<3)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NI_MAXSERV
|
#ifndef NI_MAXSERV
|
||||||
# define NI_MAXSERV 32
|
# define NI_MAXSERV 32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user