diff options
Diffstat (limited to 'packages/ntp/files/ipv6only-workaround.patch')
-rw-r--r-- | packages/ntp/files/ipv6only-workaround.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/ntp/files/ipv6only-workaround.patch b/packages/ntp/files/ipv6only-workaround.patch deleted file mode 100644 index 998d2bdad9..0000000000 --- a/packages/ntp/files/ipv6only-workaround.patch +++ /dev/null @@ -1,13 +0,0 @@ -Patch taken from Debian: http://bugs.debian.org/249216 ------------------------------------------------------------------------- ---- ntp-4.2.0/ntpdate/ntpdate.c~ipv6only-workaround -+++ ntp-4.2.0/ntpdate/ntpdate.c -@@ -1698,8 +1698,6 @@ - if (res->ai_family == AF_INET6) - if (setsockopt(fd[nbsock], IPPROTO_IPV6, IPV6_V6ONLY, (void*) &optval, sizeof(optval)) < 0) { - netsyslog(LOG_ERR, "setsockopt() IPV6_V6ONLY failed: %m"); -- exit(1); -- /*NOTREACHED*/ - } - #endif - |