Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/uclibc/0.9.28.3: 20_all_uClibc-0.9.28.3-ai-netdb.patch
Date: Tue, 01 Jan 2008 23:49:56
Message-Id: E1J9qSe-0007vP-KA@stork.gentoo.org
1 solar 08/01/01 23:23:52
2
3 Added: 20_all_uClibc-0.9.28.3-ai-netdb.patch
4 Log:
5 * 0.9.28.3 - 1.2 - Backport a few header defines
6
7 Revision Changes Path
8 1.1 src/patchsets/uclibc/0.9.28.3/20_all_uClibc-0.9.28.3-ai-netdb.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/uclibc/0.9.28.3/20_all_uClibc-0.9.28.3-ai-netdb.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/uclibc/0.9.28.3/20_all_uClibc-0.9.28.3-ai-netdb.patch?rev=1.1&content-type=text/plain
12
13 Index: 20_all_uClibc-0.9.28.3-ai-netdb.patch
14 ===================================================================
15 --- include/netdb.h 2008-01-01 22:49:18 +0000
16 +++ include/netdb.h 2008-01-01 22:52:46 +0000
17 @@ -401,6 +401,9 @@
18 # define AI_PASSIVE 0x0001 /* Socket address is intended for `bind'. */
19 # define AI_CANONNAME 0x0002 /* Request for canonical name. */
20 # define AI_NUMERICHOST 0x0004 /* Don't use name resolution. */
21 +# define AI_V4MAPPED 0x0008 /* IPv4 mapped addresses are acceptable. */
22 +# define AI_ALL 0x0010 /* Return IPv4 mapped and IPv6 addresses. */
23 +# define AI_ADDRCONFIG 0x0020 /* Use host config to choose ret addr type. */
24
25 /* Error values for `getaddrinfo' function. */
26 # define EAI_BADFLAGS -1 /* Invalid value for `ai_flags' field. */
27
28
29
30 --
31 gentoo-commits@g.o mailing list