mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
1999-02-14 Ulrich Drepper <drepper@cygnus.com> * resolv/netdb.h (AI_NUMERICHOST): Change to 4. Reported by Craig Metz <cmetz@inner.net> .
This commit is contained in:
parent
b119507013
commit
6e0d277c5e
@ -1,3 +1,8 @@
|
|||||||
|
1999-02-14 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* resolv/netdb.h (AI_NUMERICHOST): Change to 4.
|
||||||
|
Reported by Craig Metz <cmetz@inner.net> .
|
||||||
|
|
||||||
1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* stdio-common/Makefile (tests): tllformat added.
|
* stdio-common/Makefile (tests): tllformat added.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it
|
The GNU C Library is free software; you can redistribute it
|
||||||
@ -398,7 +398,7 @@ struct addrinfo
|
|||||||
/* Possible values for `ai_flags' field in `addrinfo' structure. */
|
/* Possible values for `ai_flags' field in `addrinfo' structure. */
|
||||||
# define AI_PASSIVE 1 /* Socket address is intended for `bind'. */
|
# define AI_PASSIVE 1 /* Socket address is intended for `bind'. */
|
||||||
# define AI_CANONNAME 2 /* Request for canonical name. */
|
# define AI_CANONNAME 2 /* Request for canonical name. */
|
||||||
# define AI_NUMERICHOST 3 /* Don't use name resolution. */
|
# define AI_NUMERICHOST 4 /* Don't use name resolution. */
|
||||||
|
|
||||||
/* Error values for `getaddrinfo' function. */
|
/* Error values for `getaddrinfo' function. */
|
||||||
# define EAI_BADFLAGS -1 /* Invalid value for `ai_flags' field. */
|
# define EAI_BADFLAGS -1 /* Invalid value for `ai_flags' field. */
|
||||||
|
Loading…
Reference in New Issue
Block a user