summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2004-05-16 23:34:07 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit72b7fc9721665c2ae8a4bc8b8cc844d79a2acecd (patch)
treeebc468c9a8c955ac8a8dccd667ecb85e6ad91886
parent5a3442bc447c1c6722704af07b2f49165dd12a9a (diff)
downloadntp-72b7fc9721665c2ae8a4bc8b8cc844d79a2acecd.zip
ntp-72b7fc9721665c2ae8a4bc8b8cc844d79a2acecd.tar.gz
Changed files: ntp-ipv6.patch -> 1.2
-rw-r--r--ntp-ipv6.patch9
1 files changed, 7 insertions, 2 deletions
diff --git a/ntp-ipv6.patch b/ntp-ipv6.patch
index a90daba..e838d76 100644
--- a/ntp-ipv6.patch
+++ b/ntp-ipv6.patch
@@ -1,7 +1,7 @@
diff -urN ntp-4.2.0.org/ntpdate/ntpdate.c ntp-4.2.0/ntpdate/ntpdate.c
--- ntp-4.2.0.org/ntpdate/ntpdate.c 2004-05-17 00:41:52.720460048 +0200
-+++ ntp-4.2.0/ntpdate/ntpdate.c 2004-05-17 00:43:55.543788064 +0200
-@@ -1697,8 +1697,9 @@
++++ ntp-4.2.0/ntpdate/ntpdate.c 2004-05-17 01:33:48.375808440 +0200
+@@ -1697,12 +1697,14 @@
}
#ifdef IPV6_V6ONLY
/* Restricts AF_INET6 socket to IPv6 communications (see RFC 2553bis-03) */
@@ -13,3 +13,8 @@ diff -urN ntp-4.2.0.org/ntpdate/ntpdate.c ntp-4.2.0/ntpdate/ntpdate.c
netsyslog(LOG_ERR, "setsockopt() IPV6_V6ONLY failed: %m");
exit(1);
/*NOTREACHED*/
+ }
++ }
+ #endif
+
+ /* Remember the socket family in fd_family structure */