Author: aurel32 Date: 2008-08-09 03:58:45 +0000 (Sat, 09 Aug 2008) New Revision: 3058
Modified: glibc-package/branches/glibc-2.8/debian/changelog glibc-package/branches/glibc-2.8/debian/patches/any/cvs-getaddrinfo.diff Log: - Update any/cvs-getaddrinfo.diff. Modified: glibc-package/branches/glibc-2.8/debian/changelog =================================================================== --- glibc-package/branches/glibc-2.8/debian/changelog 2008-08-09 03:46:42 UTC (rev 3057) +++ glibc-package/branches/glibc-2.8/debian/changelog 2008-08-09 03:58:45 UTC (rev 3058) @@ -7,6 +7,7 @@ + use a flat .orig.tar.gz + rules.d/tarball.mk: remove all, add a get-orig-source target + rules.d/quilt.mk: fix the unpatch target + - Update any/cvs-getaddrinfo.diff. - Update any/submitted-i686-timing.diff. - Update locale/preprocessor-collate-uli-sucks.diff - Update localedata/tailor-iso14651_t1.diff. Modified: glibc-package/branches/glibc-2.8/debian/patches/any/cvs-getaddrinfo.diff =================================================================== --- glibc-package/branches/glibc-2.8/debian/patches/any/cvs-getaddrinfo.diff 2008-08-09 03:46:42 UTC (rev 3057) +++ glibc-package/branches/glibc-2.8/debian/patches/any/cvs-getaddrinfo.diff 2008-08-09 03:58:45 UTC (rev 3058) @@ -9,9 +9,11 @@ if necessary. * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init. * posix/tst-rfc3484-2.c: Likewise. + * posix/tst-rfc3484-3.c: Likewise. --- posix/tst-rfc3484-2.c | 5 +++++ + posix/tst-rfc3484-3.c | 5 +++++ posix/tst-rfc3484.c | 5 +++++ sysdeps/posix/getaddrinfo.c | 4 ++++ 3 files changed, 14 insertions(+) @@ -30,6 +32,22 @@ #include "../sysdeps/posix/getaddrinfo.c" +--- a/posix/tst-rfc3484-3.c ++++ b/posix/tst-rfc3484-3.c +@@ -36,6 +36,12 @@ + return 0; + } + ++void ++attribute_hidden ++_res_hconf_init (void) ++{ ++} ++ + #include "../sysdeps/posix/getaddrinfo.c" + + service_user *__nss_hosts_database attribute_hidden; + --- a/posix/tst-rfc3484.c +++ b/posix/tst-rfc3484.c @@ -35,6 +35,11 @@ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]