[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 02/02: Update



This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch glibc-2.25
in repository glibc.

commit 5978633be6e5ca0d51b42b9495346250a63090c7
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Aug 3 09:33:10 2017 +0000

    Update
---
 debian/patches/hurd-i386/submitted-tst-rfc3484.diff | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/patches/hurd-i386/submitted-tst-rfc3484.diff b/debian/patches/hurd-i386/submitted-tst-rfc3484.diff
index 97a42ca..8655354 100644
--- a/debian/patches/hurd-i386/submitted-tst-rfc3484.diff
+++ b/debian/patches/hurd-i386/submitted-tst-rfc3484.diff
@@ -96,3 +96,20 @@ Index: glibc-2.25/posix/tst-rfc3484-3.c
  #undef	USE_NSCD
  #include "../sysdeps/posix/getaddrinfo.c"
  
+Index: glibc-2.25/inet/tst-inet6_scopeid_pton.c
+===================================================================
+--- glibc-2.25.orig/inet/tst-inet6_scopeid_pton.c
++++ glibc-2.25/inet/tst-inet6_scopeid_pton.c
+@@ -22,6 +22,12 @@
+ #include <net/if.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <ctype.h>
++
++#define isdigit_l(c, locale) isdigit(c)
++#define ____strtoull_l_internal(s, end, base, group, locale) strtoul(s, end, base)
++#define __if_nametoindex if_nametoindex
++#include "inet6_scopeid_pton.c"
+ 
+ /* An interface which is known to the system.  */
+ static const char *interface_name;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: