summaryrefslogtreecommitdiffstats
path: root/net/chrony/no-ipv6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/chrony/no-ipv6.patch')
-rw-r--r--net/chrony/no-ipv6.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/chrony/no-ipv6.patch b/net/chrony/no-ipv6.patch
deleted file mode 100644
index 0f13a0f9af..0000000000
--- a/net/chrony/no-ipv6.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ntp_io.c.orig 2011-07-13 16:55:28.000000000 +0400
-+++ ntp_io.c 2012-11-21 17:44:29.000000000 +0400
-@@ -355,7 +355,7 @@
- }
- #endif
-
--#ifdef IPV6_PKTINFO
-+#if defined(IPV6_PKTINFO) && defined(HAVE_IPV6)
- if (cmsg->cmsg_level == IPPROTO_IPV6 && cmsg->cmsg_type == IPV6_PKTINFO) {
- struct in6_pktinfo ipi;
-
-@@ -466,7 +466,7 @@
- }
- #endif
-
--#ifdef IPV6_PKTINFO
-+#if defined(IPV6_PKTINFO) && defined(HAVE_IPV6)
- if (remote_addr->local_ip_addr.family == IPADDR_INET6) {
- struct cmsghdr *cmsg;
- struct in6_pktinfo *ipi;