Return back EAI_ADDRFAMILY definition needed for libnl-2.0
Change-Id: I86e6ca8ad92da7a81ea4b659dd9fc9be2d6fd3c9 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
3224c08bd7
commit
9a48b8e419
1 changed files with 0 additions and 3 deletions
|
@ -137,10 +137,7 @@ struct addrinfo {
|
|||
/*
|
||||
* Error return codes from getaddrinfo()
|
||||
*/
|
||||
#if 0
|
||||
/* obsoleted */
|
||||
#define EAI_ADDRFAMILY 1 /* address family for hostname not supported */
|
||||
#endif
|
||||
#define EAI_AGAIN 2 /* temporary failure in name resolution */
|
||||
#define EAI_BADFLAGS 3 /* invalid value for ai_flags */
|
||||
#define EAI_FAIL 4 /* non-recoverable failure in name resolution */
|
||||
|
|
Loading…
Reference in a new issue