diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-02-04 20:09:43 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-02-04 20:09:43 +0000 |
commit | 735d63ecf98a71f1407671b6441385964cd12d25 (patch) | |
tree | 86cace4b5e422e4180d59beee9dca864290aa801 /net/ntp/files | |
parent | - Update to 0.26.1 (diff) |
Update 4.2.8 --> 4.2.8p1
Notes
Notes:
svn path=/head/; revision=378414
Diffstat (limited to 'net/ntp/files')
-rw-r--r-- | net/ntp/files/patch-ntpd__ntp_io.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/ntp/files/patch-ntpd__ntp_io.c b/net/ntp/files/patch-ntpd__ntp_io.c deleted file mode 100644 index cf1486fa9252..000000000000 --- a/net/ntp/files/patch-ntpd__ntp_io.c +++ /dev/null @@ -1,22 +0,0 @@ ---- ntpd/ntp_io.c.orig 2014-12-19 03:56:55.000000000 -0800 -+++ ntpd/ntp_io.c 2014-12-21 22:36:02.977441698 -0800 -@@ -3454,15 +3454,15 @@ - if (AF_INET6 == itf->family) { - DPRINTF(1, ("Got an IPv6 packet, from <%s> (%d) to <%s> (%d)\n", - stoa(&rb->recv_srcadr), -- IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr), -+ IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr.sa6.sin6_addr), - stoa(&itf->sin), -- !IN6_IS_ADDR_LOOPBACK(&itf->sin) -+ !IN6_IS_ADDR_LOOPBACK(&itf->sin.sa6.sin6_addr) - )); - } - - if ( AF_INET6 == itf->family -- && IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr) -- && !IN6_IS_ADDR_LOOPBACK(&itf->sin) -+ && IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr.sa6.sin6_addr) -+ && !IN6_IS_ADDR_LOOPBACK(&itf->sin.sa6.sin6_addr) - ) { - packets_dropped++; - DPRINTF(1, ("DROPPING that packet\n")); |