Author: aurel32 Date: 2010-01-05 23:52:01 +0000 (Tue, 05 Jan 2010) New Revision: 4056
Modified: glibc-package/trunk/debian/patches/any/cvs-resolv-bindv6only.diff Log: Fix comment of debian/patches/any/cvs-resolv-bindv6only.diff Modified: glibc-package/trunk/debian/patches/any/cvs-resolv-bindv6only.diff =================================================================== --- glibc-package/trunk/debian/patches/any/cvs-resolv-bindv6only.diff 2010-01-05 23:39:10 UTC (rev 4055) +++ glibc-package/trunk/debian/patches/any/cvs-resolv-bindv6only.diff 2010-01-05 23:52:01 UTC (rev 4056) @@ -1,8 +1,8 @@ 2009-01-06 Aurelien Jarno <[email protected]> - * resolv/res_send.c (__libc_res_nsend): Don't use IPv4-mapped - addresses. Create PF_INET sockets for IPv4 addresses and PF_INET6 - sockets for IPv6 ones. + * resolv/res_send.c (reopen): Don't use IPv4-mapped addresses. + Create PF_INET sockets for IPv4 addresses and PF_INET6 sockets + for IPv6 ones. diff --git a/resolv/res_send.c b/resolv/res_send.c index e2bbfcc..b2c9cf5 100644 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

