2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2013-04-11 23:46:07 +00:00
parent 8ce8052bb8
commit 08df939613
16 changed files with 19 additions and 19 deletions

View File

@@ -1341,7 +1341,7 @@ process_cmsg(isc__socket_t *sock, struct msghdr *msg, isc_socketevent_t *dev) {
if (cmsgp->cmsg_level == IPPROTO_IP
&& (cmsgp->cmsg_type == IP_TOS
#ifdef IP_RECVTOS
|| cmsgp->cmsg_type == IP_RECVTOS
|| cmsgp->cmsg_type == IP_RECVTOS
#endif
)) {
dev->dscp = (int) *(uint8_t *)CMSG_DATA(cmsgp);