2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2013-03-22 23:46:17 +00:00
parent cd594861c2
commit 1e9f7a42bc
7 changed files with 17 additions and 17 deletions

View File

@@ -1495,7 +1495,7 @@ build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev,
int dscp = (dev->dscp << 2) & 0xff;
#ifdef IP_TOS
if (sock->pf == AF_INET &&
if (sock->pf == AF_INET &&
((isc_net_probedscp() & ISC_NET_DSCPPKTV4) != 0))
{
cmsgp = (struct cmsghdr *)(sock->sendcmsgbuf +
@@ -1527,7 +1527,7 @@ build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev,
}
#endif
#ifdef IPPROTO_IPV6
if (sock->pf == AF_INET6 &&
if (sock->pf == AF_INET6 &&
((isc_net_probedscp() & ISC_NET_DSCPPKTV6) != 0))
{
cmsgp = (struct cmsghdr *)(sock->sendcmsgbuf +