]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:27 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync-ipv6_socket.patch -> 1.2

rsync-ipv6_socket.patch [deleted file]

diff --git a/rsync-ipv6_socket.patch b/rsync-ipv6_socket.patch
deleted file mode 100644 (file)
index 87c24d4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- rsync-2.6.2/socket.c.orig  2004-05-08 23:25:11.979473336 +0200
-+++ rsync-2.6.2/socket.c       2004-05-08 23:27:13.255036648 +0200
-@@ -379,8 +379,8 @@
- #ifdef IPV6_V6ONLY
-               if (resp->ai_family == AF_INET6) {
--                      setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY,
--                                 (char *)&one, sizeof one);
-+                  if(setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, (char *)&one, sizeof one) < 0)
-+                      continue;
-               }
- #endif
This page took 0.138666 seconds and 4 git commands to generate.