2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2016-08-11 23:45:29 +00:00
parent 31ffec1541
commit e29263c656

View File

@@ -1526,7 +1526,7 @@ build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev,
cmsgp->cmsg_len = cmsg_len(sizeof(struct in6_pktinfo)); cmsgp->cmsg_len = cmsg_len(sizeof(struct in6_pktinfo));
pktinfop = (struct in6_pktinfo *)CMSG_DATA(cmsgp); pktinfop = (struct in6_pktinfo *)CMSG_DATA(cmsgp);
memmove(pktinfop, &dev->pktinfo, sizeof(struct in6_pktinfo)); memmove(pktinfop, &dev->pktinfo, sizeof(struct in6_pktinfo));
} }
#endif #endif
#if defined(IPV6_USE_MIN_MTU) #if defined(IPV6_USE_MIN_MTU)