diff options
Diffstat (limited to 'package/perl/perl-uClibc-IPv6.patch')
-rw-r--r-- | package/perl/perl-uClibc-IPv6.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/perl/perl-uClibc-IPv6.patch b/package/perl/perl-uClibc-IPv6.patch index 8ace75e069..b29d373210 100644 --- a/package/perl/perl-uClibc-IPv6.patch +++ b/package/perl/perl-uClibc-IPv6.patch @@ -6,7 +6,7 @@ Index: b/cpan/Socket/Socket.xs =================================================================== --- a/cpan/Socket/Socket.xs +++ b/cpan/Socket/Socket.xs -@@ -896,7 +896,7 @@ +@@ -920,7 +920,7 @@ CODE: #ifdef HAS_INETNTOP STRLEN addrlen; @@ -15,7 +15,7 @@ Index: b/cpan/Socket/Socket.xs struct in6_addr addr; char str[INET6_ADDRSTRLEN]; #else -@@ -916,7 +916,7 @@ +@@ -940,7 +940,7 @@ croak("Bad address length for Socket::inet_ntop on AF_INET;" " got %"UVuf", should be 4", (UV)addrlen); break; @@ -24,7 +24,7 @@ Index: b/cpan/Socket/Socket.xs case AF_INET6: if(addrlen != 16) croak("Bad address length for Socket::inet_ntop on AF_INET6;" -@@ -925,7 +925,7 @@ +@@ -949,7 +949,7 @@ #endif default: croak("Bad address family for %s, got %d, should be" @@ -33,7 +33,7 @@ Index: b/cpan/Socket/Socket.xs " either AF_INET or AF_INET6", #else " AF_INET", -@@ -955,7 +955,7 @@ +@@ -979,7 +979,7 @@ #ifdef HAS_INETPTON int ok; int addrlen = 0; @@ -42,7 +42,7 @@ Index: b/cpan/Socket/Socket.xs struct in6_addr ip_address; #else struct in_addr ip_address; -@@ -965,14 +965,14 @@ +@@ -989,14 +989,14 @@ case AF_INET: addrlen = 4; break; |